diff options
| author | Phlosioneer <mattmdrr2@gmail.com> | 2018-03-20 01:02:15 -0400 |
|---|---|---|
| committer | Phlosioneer <mattmdrr2@gmail.com> | 2018-03-20 01:02:15 -0400 |
| commit | 7daf3f941af996d6b816aa778aab4b9348d26703 (patch) | |
| tree | 690a807867607c10189cfc45324bee9e4ca06e48 | |
| parent | 57e3df3f879090207f5a128a497b66916aeabb6b (diff) | |
| download | rust-7daf3f941af996d6b816aa778aab4b9348d26703.tar.gz rust-7daf3f941af996d6b816aa778aab4b9348d26703.zip | |
Fix tidy trailing whitespace
| -rw-r--r-- | src/librustdoc/clean/auto_trait.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustdoc/clean/auto_trait.rs b/src/librustdoc/clean/auto_trait.rs index 918bc1df0b1..9ff3d25a45a 100644 --- a/src/librustdoc/clean/auto_trait.rs +++ b/src/librustdoc/clean/auto_trait.rs @@ -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 - @@ -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, |
