]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_session/src/session.rs
Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov
[rust.git] / compiler / rustc_session / src / session.rs
index d4a1e849b2a0949288af41600efa2251f94b4d9c..95f199de6ff6ff0c14b781586d20f72c303819b7 100644 (file)
@@ -204,7 +204,7 @@ pub struct Session {
     pub ctfe_backtrace: Lock<CtfeBacktrace>,
 
     /// This tracks where `-Zunleash-the-miri-inside-of-you` was used to get around a
-    /// const check, optionally with the relevant feature gate.  We use this to
+    /// const check, optionally with the relevant feature gate. We use this to
     /// warn about unleashing, but with a single diagnostic instead of dozens that
     /// drown everything else in noise.
     miri_unleashed_features: Lock<Vec<(Span, Option<Symbol>)>>,