We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce76835 commit b257c2bCopy full SHA for b257c2b
tests/example_flags.rs
@@ -36,5 +36,7 @@ fn test_bit_ops() {
36
assert!(options.contains(SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY));
37
let options = options ^ SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY;
38
assert!(!options.contains(SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY));
39
+ let options = options ^ SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY;
40
+ assert!(options.contains(SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY));
41
todo!("need to do more of the op traits");
42
}
0 commit comments