diff options
author | Kirill Bulatov <[email protected]> | 2020-02-06 17:27:48 +0000 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2020-02-06 17:27:48 +0000 |
commit | f4a4fcf2753f48b81873de5dc39c1159d2a88654 (patch) | |
tree | cd660466355281aea5dfbec84578e529b9c3e393 /crates/ra_hir/src | |
parent | 46027e10be3d23643bc41ffa8dc8c7cf4013b21a (diff) |
Remove the leftovers after ImportLocator removal
Diffstat (limited to 'crates/ra_hir/src')
-rw-r--r-- | crates/ra_hir/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index ea06a4a58..86e422779 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -56,7 +56,6 @@ pub use hir_def::{ | |||
56 | nameres::ModuleSource, | 56 | nameres::ModuleSource, |
57 | path::{ModPath, Path, PathKind}, | 57 | path::{ModPath, Path, PathKind}, |
58 | type_ref::Mutability, | 58 | type_ref::Mutability, |
59 | ModuleDefId, // FIXME this is exposed and should be used for implementing the `TestImportsLocator` in `ra_assists` only, should be removed later along with the trait and the implementation. | ||
60 | }; | 59 | }; |
61 | pub use hir_expand::{ | 60 | pub use hir_expand::{ |
62 | name::{name, Name}, | 61 | name::{name, Name}, |