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 cadec3f commit f061dcdCopy full SHA for f061dcd
tests/example_flags.rs
@@ -47,5 +47,4 @@ fn test_bit_ops() {
47
assert_eq!(options, SimplificationOptions::default());
48
options |= SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY;
49
assert_ne!(options, SimplificationOptions::default());
50
- todo!("need to do more of the op traits");
51
}
0 commit comments