mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +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
|
@ -5,7 +5,7 @@ use rustc_hash::{FxHashMap, FxHashSet};
|
|||
|
||||
use crate::{
|
||||
ModuleDef, Trait,
|
||||
code_model_api::Crate,
|
||||
code_model::Crate,
|
||||
MacroDefId,
|
||||
db::HirDatabase,
|
||||
name::{Name, KnownName},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue