]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/check/closure.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_typeck / check / closure.rs
index 629a31a7e1f85a80ca121252164a65910d4f7d64..be15503e47906e7e68ba5452b51010627f453628 100644 (file)
@@ -266,7 +266,7 @@ fn deduce_expectations_from_obligations(
                     ty::Predicate::ObjectSafe(..) => None,
                     ty::Predicate::ConstEvaluatable(..) => None,
 
-                    // NB: This predicate is created by breaking down a
+                    // N.B., this predicate is created by breaking down a
                     // `ClosureType: FnFoo()` predicate, where
                     // `ClosureType` represents some `Closure`. It can't
                     // possibly be referring to the current closure,