Skip to content

Commit 88bcd44

Browse files
authored
trailing whitespace
1 parent d7d122f commit 88bcd44

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_trait_selection/src

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/infer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub trait InferCtxtExt<'tcx> {
4646
/// - the parameter environment
4747
///
4848
/// Invokes `evaluate_obligation`, so in the event that evaluating
49-
/// `Ty: Trait` causes overflow, EvaluatedToRecur (or EvaluatedToUnknown)
49+
/// `Ty: Trait` causes overflow, EvaluatedToRecur (or EvaluatedToUnknown)
5050
/// will be returned.
5151
fn type_implements_trait(
5252
&self,

0 commit comments

Comments
 (0)