]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_error_messages/src/lib.rs
Rollup merge of #104402 - joboet:sync_remutex, r=m-ou-se
[rust.git] / compiler / rustc_error_messages / src / lib.rs
index f2f36a3541f04c6b2cacb2c4fa8de0f1b19758eb..37a51980a0888b375ff07b9b33fdca744c521337 100644 (file)
@@ -381,7 +381,7 @@ fn from(s: S) -> Self {
     }
 }
 
-/// A workaround for "good path" ICEs when formatting types in disables lints.
+/// A workaround for "good path" ICEs when formatting types in disabled lints.
 ///
 /// Delays formatting until `.into(): DiagnosticMessage` is used.
 pub struct DelayDm<F>(pub F);