We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fac6db commit 76d0590Copy full SHA for 76d0590
clippy_lints/src/panic_unimplemented.rs
@@ -76,7 +76,7 @@ declare_clippy_lint! {
76
declare_clippy_lint! {
77
/// **What it does:** Checks for usage of `unreachable!`.
78
///
79
- /// **Why is this bad?** This macro can cause cause code to panics
+ /// **Why is this bad?** This macro can cause code to panic
80
81
/// **Known problems:** None.
82
0 commit comments