mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
adapt ide_api to the new API
This commit is contained in:
parent
4c514a3e02
commit
6a5a1f5902
4 changed files with 12 additions and 6 deletions
|
@ -47,7 +47,6 @@ impl Crate {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub enum Def {
|
||||
EnumVariant(EnumVariant),
|
||||
Const(Const),
|
||||
Static(Static),
|
||||
Trait(Trait),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue