about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2021-08-25 12:09:48 -0400
committerGitHub <noreply@github.com>2021-08-25 12:09:48 -0400
commit88bcd4457be4d37d83d505ad3fe2dc7a5ce7203a (patch)
tree99c46439e8fa70d8b8317486f32166fc355c4bd9
parentd7d122faecfcde3c34ffaa1cfa3f81debb60be59 (diff)
downloadrust-88bcd4457be4d37d83d505ad3fe2dc7a5ce7203a.tar.gz
rust-88bcd4457be4d37d83d505ad3fe2dc7a5ce7203a.zip
trailing whitespace
-rw-r--r--compiler/rustc_trait_selection/src/infer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/infer.rs b/compiler/rustc_trait_selection/src/infer.rs
index 3e79545d725..c90649353e8 100644
--- a/compiler/rustc_trait_selection/src/infer.rs
+++ b/compiler/rustc_trait_selection/src/infer.rs
@@ -46,7 +46,7 @@ pub trait InferCtxtExt<'tcx> {
     /// - the parameter environment
     ///
     /// Invokes `evaluate_obligation`, so in the event that evaluating
-    /// `Ty: Trait` causes overflow, EvaluatedToRecur (or EvaluatedToUnknown) 
+    /// `Ty: Trait` causes overflow, EvaluatedToRecur (or EvaluatedToUnknown)
     /// will be returned.
     fn type_implements_trait(
         &self,