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.
visit_mac
visit_mac_call
1 parent 89fa373 commit c2a769fCopy full SHA for c2a769f
clippy_lints/src/non_expressive_names.rs
@@ -1,6 +1,6 @@
1
use crate::utils::{span_lint, span_lint_and_then};
2
use rustc_ast::ast::{
3
- Arm, AssocItem, AssocItemKind, Attribute, Block, FnDecl, Item, ItemKind, Local, MacCall, Pat, PatKind,
+ Arm, AssocItem, AssocItemKind, Attribute, Block, FnDecl, Item, ItemKind, Local, Pat, PatKind,
4
};
5
use rustc_ast::visit::{walk_block, walk_expr, walk_pat, Visitor};
6
use rustc_lint::{EarlyContext, EarlyLintPass};
0 commit comments