Remove unused StableMap and StableSet types from rustc_data_structures
This commit is contained in:
parent
b8138db0ff
commit
88f6c6d8a0
37 changed files with 37 additions and 217 deletions
|
@ -4,8 +4,7 @@ use super::LoweringContext;
|
|||
|
||||
use rustc_ast::ptr::P;
|
||||
use rustc_ast::*;
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
use rustc_data_structures::stable_set::FxHashSet;
|
||||
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
|
||||
use rustc_errors::struct_span_err;
|
||||
use rustc_hir as hir;
|
||||
use rustc_hir::def::{DefKind, Res};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue