mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Rename file
This commit is contained in:
parent
254650ff82
commit
eb8989f9e4
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ macro_rules! impl_froms {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod db;
|
pub mod db;
|
||||||
pub mod source_binder;
|
pub mod source_analyzer;
|
||||||
|
|
||||||
pub mod diagnostics;
|
pub mod diagnostics;
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ pub use crate::{
|
||||||
},
|
},
|
||||||
from_source::FromSource,
|
from_source::FromSource,
|
||||||
has_source::HasSource,
|
has_source::HasSource,
|
||||||
source_binder::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer},
|
source_analyzer::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer},
|
||||||
};
|
};
|
||||||
|
|
||||||
pub use hir_def::{
|
pub use hir_def::{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue