mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
Rename file
This commit is contained in:
parent
254650ff82
commit
eb8989f9e4
@ -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::{
|
||||
|
Loading…
Reference in New Issue
Block a user