Remove ImportResolver-related stubs
This commit is contained in:
parent
4fd53e3e22
commit
7de7c8a7ef
@ -58,7 +58,6 @@ fn from(it: $sv) -> $e {
|
||||
type_ref::Mutability,
|
||||
};
|
||||
pub use hir_expand::{
|
||||
name::{name, Name},
|
||||
HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Origin,
|
||||
name::Name, HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Origin,
|
||||
};
|
||||
pub use hir_ty::{display::HirDisplay, CallableDef};
|
||||
|
@ -187,13 +187,6 @@ macro_rules! known_names {
|
||||
PartialOrd,
|
||||
Eq,
|
||||
PartialEq,
|
||||
// FIXME delete those after `ImportResolver` is removed.
|
||||
hash,
|
||||
fmt,
|
||||
io,
|
||||
Display,
|
||||
Iterator,
|
||||
Hasher,
|
||||
);
|
||||
|
||||
// self/Self cannot be used as an identifier
|
||||
|
Loading…
Reference in New Issue
Block a user