diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-09 10:47:15 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-09 10:47:15 +0000 |
commit | 961a69b88f923d4477ca4f746a793217a0cc8576 (patch) | |
tree | 648233b75b8c2b16a426e55f63ca0b819e1d0bbd /crates/ra_hir | |
parent | 4fd53e3e223d3347d5aa34c7fe98875dd1610bfe (diff) | |
parent | 7de7c8a7efa7af2e3de3a401ea31fb26cad9649b (diff) |
Merge #3065
3065: Remove ImportResolver-related stubs r=matklad a=SomeoneToIgnore
A follow-up for https://github.com/rust-analyzer/rust-analyzer/pull/3063/, removes the FIXME added during the https://github.com/rust-analyzer/rust-analyzer/pull/2982#issuecomment-581130028 changes.
Co-authored-by: Kirill Bulatov <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index 86e422779..e1c7b7a20 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -58,7 +58,6 @@ pub use hir_def::{ | |||
58 | type_ref::Mutability, | 58 | type_ref::Mutability, |
59 | }; | 59 | }; |
60 | pub use hir_expand::{ | 60 | pub use hir_expand::{ |
61 | name::{name, Name}, | 61 | name::Name, HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Origin, |
62 | HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Origin, | ||
63 | }; | 62 | }; |
64 | pub use hir_ty::{display::HirDisplay, CallableDef}; | 63 | pub use hir_ty::{display::HirDisplay, CallableDef}; |