Get rid of ItemOrMacro

This commit is contained in:
Aleksey Kladov 2020-03-26 16:10:01 +01:00
parent 539e597743
commit db34abeb85
7 changed files with 21 additions and 41 deletions

View file

@ -566,6 +566,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
ConstDef,
StaticDef,
Module,
MacroCall,
}
enum ImplItem: AttrsOwner {