Skip to content

Commit

Permalink
Update clippy_lints/src/panic_unimplemented.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Philipp Krones <[email protected]>
  • Loading branch information
Licenser and flip1995 committed Oct 16, 2019
1 parent f191ec1 commit 8fd7932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/panic_unimplemented.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ declare_clippy_lint! {
declare_clippy_lint! {
/// **What it does:** Checks for usage of `unreachable!`.
///
/// **Why is this bad?** This macro can cause cause code to panics
/// **Why is this bad?** This macro can cause code to panic
///
/// **Known problems:** None.
///
Expand Down

0 comments on commit 8fd7932

Please sign in to comment.