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 3c99804 commit c762f93Copy full SHA for c762f93
src/bitmap/store.rs
@@ -720,7 +720,7 @@ impl Store {
720
*this = new;
721
}
722
// TODO(jpg) symmetric_difference_with array, run
723
- (&mut Array(ref mut _vec), &Run(ref _intervals)) => {}
+ (&mut Array(ref mut _vec), &Run(ref _intervals)) => unimplemented!(),
724
(&mut Bitmap(ref mut bits1), &Bitmap(ref bits2)) => {
725
for (index1, &index2) in bits1.iter_mut().zip(bits2.iter()) {
726
*index1 ^= index2;
0 commit comments