]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/comparison_chain.rs
Auto merge of #9148 - arieluy:then_some_unwrap_or, r=Jarcho
[rust.git] / clippy_lints / src / comparison_chain.rs
index 399d11472b09b2a6f49b8346c65a09cdb8368267..a05b41eb3ab52f72441b53a75dcadfdfa167b1e6 100644 (file)
@@ -34,8 +34,7 @@
     /// }
     /// ```
     ///
-    /// Could be written:
-    ///
+    /// Use instead:
     /// ```rust,ignore
     /// use std::cmp::Ordering;
     /// # fn a() {}