Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Nov 11, 2023
1 parent d983aff commit 466bd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attr/src/syndecode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ pub enum Privacy {
assert_eq!(attr.repr, None);
assert_eq!(attr.derives.is_model, false);
assert_eq!(attr.derives.is_type, true);
assert_eq!(attr.derives.is_manual_type, true);
assert_eq!(attr.derives.is_manual_type, false);
}
}

0 comments on commit 466bd2e

Please sign in to comment.