Remove the leftovers after ImportLocator removal

This commit is contained in:
Kirill Bulatov 2020-02-06 19:27:48 +02:00
parent 46027e10be
commit f4a4fcf275
3 changed files with 4 additions and 5 deletions

View file

@ -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},