Rename file

This commit is contained in:
Aleksey Kladov 2020-01-14 10:59:36 +01:00
parent 254650ff82
commit eb8989f9e4
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ macro_rules! impl_froms {
}
pub mod db;
pub mod source_binder;
pub mod source_analyzer;
pub mod diagnostics;
@ -46,7 +46,7 @@ pub use crate::{
},
from_source::FromSource,
has_source::HasSource,
source_binder::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer},
source_analyzer::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer},
};
pub use hir_def::{