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
|
@ -1,5 +1,5 @@
|
|||
//! Check whether a type is representable.
|
||||
use rustc_data_structures::stable_map::FxHashMap;
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
use rustc_hir as hir;
|
||||
use rustc_middle::ty::{self, Ty, TyCtxt};
|
||||
use rustc_span::Span;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue