mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Remove the leftovers after ImportLocator removal
This commit is contained in:
parent
46027e10be
commit
f4a4fcf275
3 changed files with 4 additions and 5 deletions
|
@ -56,7 +56,6 @@ pub use hir_def::{
|
|||
nameres::ModuleSource,
|
||||
path::{ModPath, Path, PathKind},
|
||||
type_ref::Mutability,
|
||||
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.
|
||||
};
|
||||
pub use hir_expand::{
|
||||
name::{name, Name},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue