mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +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
|
@ -15,7 +15,7 @@ use crate::{
|
|||
resolve::Resolver,
|
||||
ty::Ty,
|
||||
generics::HasGenericParams,
|
||||
code_model_api::{Module, ModuleSource}
|
||||
code_model::{Module, ModuleSource}
|
||||
};
|
||||
|
||||
#[derive(Debug, Default, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue