mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
move stuct to code_model_api
This commit is contained in:
parent
3bb1cb7017
commit
e30c533eb6
3 changed files with 27 additions and 22 deletions
|
@ -50,7 +50,7 @@ pub use self::{
|
|||
module_tree::ModuleId,
|
||||
nameres::{ItemMap, PerNs, Namespace, Resolution},
|
||||
function::{Function, FnSignature, FnScopes, ScopesWithSyntaxMapping},
|
||||
adt::{Struct, Enum},
|
||||
adt::Enum,
|
||||
ty::Ty,
|
||||
impl_block::{ImplBlock, ImplItem},
|
||||
};
|
||||
|
@ -60,6 +60,7 @@ pub use self::function::FnSignatureInfo;
|
|||
pub use self::code_model_api::{
|
||||
Crate, CrateDependency,
|
||||
Module, ModuleSource, Problem,
|
||||
Struct,
|
||||
};
|
||||
|
||||
pub enum Def {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue