mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
move variants to API
This commit is contained in:
parent
71c7936932
commit
2d0ab52212
3 changed files with 34 additions and 29 deletions
|
@ -59,7 +59,7 @@ pub use self::function::FnSignatureInfo;
|
|||
pub use self::code_model_api::{
|
||||
Crate, CrateDependency,
|
||||
Module, ModuleSource, Problem,
|
||||
Struct, Enum,
|
||||
Struct, Enum, VariantData, StructField,
|
||||
};
|
||||
|
||||
pub enum Def {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue