From 8fd7932b48af0f60b875601a144c189c99a3a001 Mon Sep 17 00:00:00 2001 From: "Heinz N. Gies" Date: Wed, 16 Oct 2019 12:20:10 +0200 Subject: [PATCH] Update clippy_lints/src/panic_unimplemented.rs Co-Authored-By: Philipp Krones --- clippy_lints/src/panic_unimplemented.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy_lints/src/panic_unimplemented.rs b/clippy_lints/src/panic_unimplemented.rs index 6981ecff0d01..94efb5acc000 100644 --- a/clippy_lints/src/panic_unimplemented.rs +++ b/clippy_lints/src/panic_unimplemented.rs @@ -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. ///