mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
rename code_model_api -> code_model
This commit is contained in:
parent
0e57d58dd0
commit
ef3169a33a
4 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ mod docs;
|
|||
mod resolve;
|
||||
pub mod diagnostics;
|
||||
|
||||
mod code_model_api;
|
||||
mod code_model;
|
||||
|
||||
#[cfg(test)]
|
||||
mod marks;
|
||||
|
@ -72,7 +72,7 @@ pub use self::{
|
|||
source_binder::{SourceAnalyzer, PathResolution, ScopeEntryWithSyntax,MacroByExampleDef},
|
||||
};
|
||||
|
||||
pub use self::code_model_api::{
|
||||
pub use self::code_model::{
|
||||
Crate, CrateDependency,
|
||||
DefWithBody,
|
||||
Module, ModuleDef, ModuleSource,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue