]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir_typeck/src/method/mod.rs
Rollup merge of #106927 - Ezrashaw:e0606-make-machine-applicable, r=estebank
[rust.git] / compiler / rustc_hir_typeck / src / method / mod.rs
index 146d5e60c2f388c2bfd7257c66af6b91414ed12f..b810a967a2451192f670bab6edf6fb6f451c8329 100644 (file)
@@ -413,7 +413,7 @@ fn construct_obligation_for_trait(
 
         // Register obligations for the parameters. This will include the
         // `Self` parameter, which in turn has a bound of the main trait,
-        // so this also effectively registers `obligation` as well.  (We
+        // so this also effectively registers `obligation` as well. (We
         // used to register `obligation` explicitly, but that resulted in
         // double error messages being reported.)
         //