mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Added defWithBody
This commit is contained in:
parent
2a770190b0
commit
7f3bf7cc73
7 changed files with 120 additions and 24 deletions
|
@ -67,10 +67,12 @@ pub use self::{
|
|||
|
||||
pub use self::code_model_api::{
|
||||
Crate, CrateDependency,
|
||||
DefWithBody,
|
||||
Module, ModuleDef, ModuleSource,
|
||||
Struct, Enum, EnumVariant,
|
||||
Function, FnSignature,
|
||||
StructField, FieldSource,
|
||||
Static, Const, ConstSignature,
|
||||
Trait, TypeAlias,
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue