Remove dead code

This commit is contained in:
Aleksey Kladov 2020-02-26 13:24:46 +01:00
parent 09bc7ca74d
commit ade0176c20
2 changed files with 9 additions and 25 deletions

View file

@ -47,7 +47,7 @@ pub use crate::{
},
has_source::HasSource,
semantics::{original_range, Semantics, SemanticsScope},
source_analyzer::{PathResolution, ScopeEntryWithSyntax},
source_analyzer::PathResolution,
};
pub use hir_def::{