Skip to content

Commit c479def

Browse files
committed
Pacify the mercilous rustfmt
1 parent 48f55df commit c479def

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/treefrog.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ pub(crate) mod extend_anti {
439439
}
440440
}
441441

442-
impl<'leap, Key: Ord, Val: Ord + 'leap, Tuple: Ord, Func>
443-
Leaper<'leap, Tuple, Val> for ExtendAnti<'leap, Key, Val, Tuple, Func>
442+
impl<'leap, Key: Ord, Val: Ord + 'leap, Tuple: Ord, Func> Leaper<'leap, Tuple, Val>
443+
for ExtendAnti<'leap, Key, Val, Tuple, Func>
444444
where
445445
Key: Ord + 'leap,
446446
Val: Ord + 'leap,
@@ -589,8 +589,8 @@ pub(crate) mod filter_anti {
589589
}
590590
}
591591

592-
impl<'leap, Key: Ord, Val: Ord + 'leap, Val2, Tuple: Ord, Func>
593-
Leaper<'leap, Tuple, Val2> for FilterAnti<'leap, Key, Val, Tuple, Func>
592+
impl<'leap, Key: Ord, Val: Ord + 'leap, Val2, Tuple: Ord, Func> Leaper<'leap, Tuple, Val2>
593+
for FilterAnti<'leap, Key, Val, Tuple, Func>
594594
where
595595
Key: Ord + 'leap,
596596
Val: Ord + 'leap,

0 commit comments

Comments
 (0)