about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexandre Martin <martin.alex32@hotmail.fr>2018-03-15 23:20:06 +0100
committerGitHub <noreply@github.com>2018-03-15 23:20:06 +0100
commitef3b4e1f5bfb8cf5347b086ed60aefd519a3335d (patch)
tree11b206abc89ff35b8f3db3bfdfe3814c4403625c /src
parent4eaa85d3be27ceec2247eb1b83ca83b2ac92b3da (diff)
downloadrust-ef3b4e1f5bfb8cf5347b086ed60aefd519a3335d.tar.gz
rust-ef3b4e1f5bfb8cf5347b086ed60aefd519a3335d.zip
Fix tidy
Diffstat (limited to 'src')
-rw-r--r--src/librustc_traits/lowering.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_traits/lowering.rs b/src/librustc_traits/lowering.rs
index ae52e83cdc2..c9666f55d44 100644
--- a/src/librustc_traits/lowering.rs
+++ b/src/librustc_traits/lowering.rs
@@ -117,7 +117,7 @@ fn program_clauses_for_impl<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>, def_id: DefId
     if let ImplPolarity::Negative = tcx.impl_polarity(def_id) {
         return Lrc::new(vec![]);
     }
-    
+
     // Rule Implemented-From-Impl
     //
     // (see rustc guide)