Skip to content

Commit

Permalink
Fix tidy trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlosioneer committed Mar 20, 2018
1 parent 57e3df3 commit 7daf3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustdoc/clean/auto_trait.rs
Expand Up @@ -1387,7 +1387,7 @@ impl<'a, 'tcx, 'rcx> AutoTraitFinder<'a, 'tcx, 'rcx> {
// an unstable sort is fine.
self.unstable_debug_sort(&mut predicates);
}

// Ensure that the bounds are in a consistent order. The precise
// ordering doesn't actually matter, but it's important that
// a given set of bounds always appears in the same order -
Expand All @@ -1400,7 +1400,7 @@ impl<'a, 'tcx, 'rcx> AutoTraitFinder<'a, 'tcx, 'rcx> {
// an unstable sort is fine.
self.unstable_debug_sort(&mut bounds);
}

#[inline]
fn sort_where_lifetimes(&self, mut bounds: &mut Vec<Lifetime>) {
// We should never have identical bounds - and if we do,
Expand Down

0 comments on commit 7daf3f9

Please sign in to comment.