We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68aca3b commit 0c64d32Copy full SHA for 0c64d32
src/librustc_ast_lowering/item.rs
@@ -7,7 +7,6 @@ use rustc_ast::attr;
7
use rustc_ast::node_id::NodeMap;
8
use rustc_ast::ptr::P;
9
use rustc_ast::visit::{self, AssocCtxt, FnCtxt, FnKind, Visitor};
10
-use rustc_ast::walk_list;
11
use rustc_data_structures::fx::FxHashSet;
12
use rustc_errors::struct_span_err;
13
use rustc_hir as hir;
0 commit comments