diff --git a/clippy_lints/src/unwrap.rs b/clippy_lints/src/unwrap.rs index 6feecb94d02c..7355b38fd6bf 100644 --- a/clippy_lints/src/unwrap.rs +++ b/clippy_lints/src/unwrap.rs @@ -47,7 +47,6 @@ declare_clippy_lint! { /// ``` /// /// This code will always panic. The if condition should probably be inverted. -/// ``` declare_clippy_lint! { pub PANICKING_UNWRAP, nursery,