]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/assertions_on_constants.rs
Auto merge of #9148 - arieluy:then_some_unwrap_or, r=Jarcho
[rust.git] / clippy_lints / src / assertions_on_constants.rs
index c82837746bd5d1086ea8fbfb29a3f8b62b00abfd..2705ffffdcbff9480403fbf37d2ddbc157251809 100644 (file)
@@ -14,9 +14,6 @@
     /// Will be optimized out by the compiler or should probably be replaced by a
     /// `panic!()` or `unreachable!()`
     ///
-    /// ### Known problems
-    /// None
-    ///
     /// ### Example
     /// ```rust,ignore
     /// assert!(false)