Skip to content

Commit b767522

Browse files
committed
add to known problems
1 parent 1601106 commit b767522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/macro_use.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare_clippy_lint! {
1212
/// **Why is this bad?** Since the Rust 2018 edition you can import
1313
/// macro's directly, this is considered idiomatic.
1414
///
15-
/// **Known problems:** None.
15+
/// **Known problems:** This lint does not generate an auto-applicable suggestion.
1616
///
1717
/// **Example:**
1818
/// ```rust

0 commit comments

Comments
 (0)