Skip to content

Commit 76d0590

Browse files
Licenserflip1995
andcommitted
Update clippy_lints/src/panic_unimplemented.rs
Co-Authored-By: Philipp Krones <[email protected]>
1 parent 1fac6db commit 76d0590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/panic_unimplemented.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ declare_clippy_lint! {
7676
declare_clippy_lint! {
7777
/// **What it does:** Checks for usage of `unreachable!`.
7878
///
79-
/// **Why is this bad?** This macro can cause cause code to panics
79+
/// **Why is this bad?** This macro can cause code to panic
8080
///
8181
/// **Known problems:** None.
8282
///

0 commit comments

Comments
 (0)