mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Get rid of ItemOrMacro
This commit is contained in:
parent
539e597743
commit
db34abeb85
7 changed files with 21 additions and 41 deletions
|
@ -566,6 +566,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
|
|||
ConstDef,
|
||||
StaticDef,
|
||||
Module,
|
||||
MacroCall,
|
||||
}
|
||||
|
||||
enum ImplItem: AttrsOwner {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue