Skip to content

Commit 7daf3f9

Browse files
committed
Fix tidy trailing whitespace
1 parent 57e3df3 commit 7daf3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/clean/auto_trait.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ impl<'a, 'tcx, 'rcx> AutoTraitFinder<'a, 'tcx, 'rcx> {
13871387
// an unstable sort is fine.
13881388
self.unstable_debug_sort(&mut predicates);
13891389
}
1390-
1390+
13911391
// Ensure that the bounds are in a consistent order. The precise
13921392
// ordering doesn't actually matter, but it's important that
13931393
// a given set of bounds always appears in the same order -
@@ -1400,7 +1400,7 @@ impl<'a, 'tcx, 'rcx> AutoTraitFinder<'a, 'tcx, 'rcx> {
14001400
// an unstable sort is fine.
14011401
self.unstable_debug_sort(&mut bounds);
14021402
}
1403-
1403+
14041404
#[inline]
14051405
fn sort_where_lifetimes(&self, mut bounds: &mut Vec<Lifetime>) {
14061406
// We should never have identical bounds - and if we do,

0 commit comments

Comments
 (0)