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