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 48f55df commit c479defCopy full SHA for c479def
src/treefrog.rs
@@ -439,8 +439,8 @@ pub(crate) mod extend_anti {
439
}
440
441
442
- impl<'leap, Key: Ord, Val: Ord + 'leap, Tuple: Ord, Func>
443
- Leaper<'leap, Tuple, Val> for ExtendAnti<'leap, Key, Val, Tuple, Func>
+ impl<'leap, Key: Ord, Val: Ord + 'leap, Tuple: Ord, Func> Leaper<'leap, Tuple, Val>
+ for ExtendAnti<'leap, Key, Val, Tuple, Func>
444
where
445
Key: Ord + 'leap,
446
Val: Ord + 'leap,
@@ -589,8 +589,8 @@ pub(crate) mod filter_anti {
589
590
591
592
- impl<'leap, Key: Ord, Val: Ord + 'leap, Val2, Tuple: Ord, Func>
593
- Leaper<'leap, Tuple, Val2> for FilterAnti<'leap, Key, Val, Tuple, Func>
+ impl<'leap, Key: Ord, Val: Ord + 'leap, Val2, Tuple: Ord, Func> Leaper<'leap, Tuple, Val2>
+ for FilterAnti<'leap, Key, Val, Tuple, Func>
594
595
596
0 commit comments