Skip to content

Commit ef3b4e1

Browse files
authored
Fix tidy
1 parent 4eaa85d commit ef3b4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_traits/lowering.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ fn program_clauses_for_impl<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>, def_id: DefId
117117
if let ImplPolarity::Negative = tcx.impl_polarity(def_id) {
118118
return Lrc::new(vec![]);
119119
}
120-
120+
121121
// Rule Implemented-From-Impl
122122
//
123123
// (see rustc guide)

0 commit comments

Comments
 (0)