From 34deb72c3680325b8ef36774c674e8b98c75d254 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Mon, 24 Oct 2016 15:43:37 +0200 Subject: [PATCH] properly name the docs --- clippy_lints/src/utils/inspector.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy_lints/src/utils/inspector.rs b/clippy_lints/src/utils/inspector.rs index 0ad216ba04d..f14b3df4671 100644 --- a/clippy_lints/src/utils/inspector.rs +++ b/clippy_lints/src/utils/inspector.rs @@ -14,7 +14,7 @@ use syntax::ast::{Attribute, MetaItemKind}; /// /// **Example:** /// ```rust -/// #[inspect] +/// #[clippy_dump] /// extern crate foo; /// ``` declare_lint! {