]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_traits/implied_outlives_bounds.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_traits / implied_outlives_bounds.rs
index 7514c2c18e7ca8f77aec0fbe7fcd15be28e12c8a..d46ce8b10b988b3046efbb2588b81b67d208866c 100644 (file)
@@ -77,7 +77,7 @@ fn compute_implied_outlives_bounds<'tcx>(
         let obligations =
             wf::obligations(infcx, param_env, DUMMY_NODE_ID, ty, DUMMY_SP).unwrap_or(vec![]);
 
-        // NB: All of these predicates *ought* to be easily proven
+        // N.B., all of these predicates *ought* to be easily proven
         // true. In fact, their correctness is (mostly) implied by
         // other parts of the program. However, in #42552, we had
         // an annoying scenario where: