Skip to content

Commit f061dcd

Browse files
committed
remove todo
1 parent cadec3f commit f061dcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/example_flags.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,4 @@ fn test_bit_ops() {
4747
assert_eq!(options, SimplificationOptions::default());
4848
options |= SimplificationOptions::REDUCE_TO_SITE_TOPOLOGY;
4949
assert_ne!(options, SimplificationOptions::default());
50-
todo!("need to do more of the op traits");
5150
}

0 commit comments

Comments
 (0)