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 3ea6f77 commit effcb52Copy full SHA for effcb52
clippy_lints/src/non_expressive_names.rs
@@ -1,7 +1,5 @@
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, Pat, PatKind,
4
-};
+use rustc_ast::ast::{Arm, AssocItem, AssocItemKind, Attribute, Block, FnDecl, Item, ItemKind, Local, Pat, PatKind};
5
use rustc_ast::visit::{walk_block, walk_expr, walk_pat, Visitor};
6
use rustc_lint::{EarlyContext, EarlyLintPass};
7
use rustc_middle::lint::in_external_macro;
0 commit comments