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 964f2a0 commit 979206fCopy full SHA for 979206f
clippy_utils/src/lib.rs
@@ -111,7 +111,7 @@ use crate::consts::{constant, Constant};
111
/// #![feature(rustc_private)]
112
/// extern crate rustc_session;
113
/// use rustc_session::declare_tool_lint;
114
-/// use clippy_lints::declare_clippy_lint;
+/// use clippy_utils::declare_clippy_lint;
115
///
116
/// declare_clippy_lint! {
117
/// /// **What it does:** Checks for ... (describe what the lint matches).
0 commit comments