]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/clippy_lints/src/utils/sugg.rs
Rollup merge of #73104 - poliorcetics:explicit-mutex-drop-example, r=dtolnay
[rust.git] / src / tools / clippy / clippy_lints / src / utils / sugg.rs
index 4ebe2e2852fb4445492161c8bfd693db4dc4fed1..73758b7eeb7eb28e27651a9ec36b9cc333e622d4 100644 (file)
@@ -530,7 +530,7 @@ fn suggest_item_with_attr<D: Display + ?Sized>(
 
     /// Suggest to add an item before another.
     ///
-    /// The item should not be indented (expect for inner indentation).
+    /// The item should not be indented (except for inner indentation).
     ///
     /// # Example
     ///