Skip to content

Commit

Permalink
Fix tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
scalexm authored Mar 15, 2018
1 parent 4eaa85d commit ef3b4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_traits/lowering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef3b4e1

Please sign in to comment.