Remove ast::{Impl,Trait}{Item,ItemKind}
.
This commit is contained in:
parent
35e9e097e7
commit
abf2e7aa95
19 changed files with 123 additions and 134 deletions
|
@ -685,8 +685,8 @@ pub enum Nonterminal {
|
|||
// Used only for passing items to proc macro attributes (they are not
|
||||
// strictly necessary for that, `Annotatable` can be converted into
|
||||
// tokens directly, but doing that naively regresses pretty-printing).
|
||||
NtTraitItem(ast::TraitItem),
|
||||
NtImplItem(ast::ImplItem),
|
||||
NtTraitItem(ast::AssocItem),
|
||||
NtImplItem(ast::AssocItem),
|
||||
NtForeignItem(ast::ForeignItem),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue