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 1601106 commit b767522Copy full SHA for b767522
clippy_lints/src/macro_use.rs
@@ -12,7 +12,7 @@ declare_clippy_lint! {
12
/// **Why is this bad?** Since the Rust 2018 edition you can import
13
/// macro's directly, this is considered idiomatic.
14
///
15
- /// **Known problems:** None.
+ /// **Known problems:** This lint does not generate an auto-applicable suggestion.
16
17
/// **Example:**
18
/// ```rust
0 commit comments