We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d0343 commit fd3651aCopy full SHA for fd3651a
clippy_lints/src/utils/inspector.rs
@@ -19,12 +19,12 @@ use crate::rustc::hir::print;
19
use crate::syntax::ast::Attribute;
20
use crate::utils::get_attr;
21
22
-/// **What it does:** Dumps every ast/hir node which has the `#[clippy_dump]`
+/// **What it does:** Dumps every ast/hir node which has the `#[clippy::dump]`
23
/// attribute
24
///
25
/// **Example:**
26
/// ```rust
27
-/// #[clippy_dump]
+/// #[clippy::dump]
28
/// extern crate foo;
29
/// ```
30
0 commit comments