From eb8989f9e4b0fd7ceb6e9f28505c2173341a217e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 14 Jan 2020 10:59:36 +0100 Subject: Rename file --- crates/ra_hir/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ra_hir/src/lib.rs') diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index 3d13978d4..a1cf89010 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs @@ -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::{ -- cgit v1.2.3