Skip to content

Commit 961a69b

Browse files
Merge #3065
3065: Remove ImportResolver-related stubs r=matklad a=SomeoneToIgnore A follow-up for #3063, removes the FIXME added during the #2982 (comment) changes. Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2 parents 4fd53e3 + 7de7c8a commit 961a69b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

crates/ra_hir/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ pub use hir_def::{
5858
type_ref::Mutability,
5959
};
6060
pub use hir_expand::{
61-
name::{name, Name},
62-
HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Origin,
61+
name::Name, HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Origin,
6362
};
6463
pub use hir_ty::{display::HirDisplay, CallableDef};

crates/ra_hir_expand/src/name.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,6 @@ pub mod known {
187187
PartialOrd,
188188
Eq,
189189
PartialEq,
190-
// FIXME delete those after `ImportResolver` is removed.
191-
hash,
192-
fmt,
193-
io,
194-
Display,
195-
Iterator,
196-
Hasher,
197190
);
198191

199192
// self/Self cannot be used as an identifier

0 commit comments

Comments
 (0)