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 8df81fc commit 15bd998Copy full SHA for 15bd998
src/leapfrog.rs
@@ -248,7 +248,7 @@ mod filter_anti {
248
}
249
250
fn propose(&mut self, _prefix: &Tuple, _values: &mut Vec<&'a Val2>) {
251
- panic!("FilterWith::propose(): variable apparently unbound.");
+ panic!("FilterAnti::propose(): variable apparently unbound.");
252
253
fn intersect(&mut self, _prefix: &Tuple, _values: &mut Vec<&'a Val2>) {
254
// Only here because we didn't return zero above, right?
0 commit comments