aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-26 15:10:01 +0000
committerAleksey Kladov <[email protected]>2020-03-26 15:10:01 +0000
commitdb34abeb8589518896b82f52062b9fab4c2b1352 (patch)
tree3ac357657b2dfa901bc28d35a7934123778dc30a /xtask
parent539e597743229b4497491f325a257bef026602c7 (diff)
Get rid of ItemOrMacro
Diffstat (limited to 'xtask')
-rw-r--r--xtask/src/ast_src.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs
index 9b58aad97..99bd60198 100644
--- a/xtask/src/ast_src.rs
+++ b/xtask/src/ast_src.rs
@@ -566,6 +566,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
566 ConstDef, 566 ConstDef,
567 StaticDef, 567 StaticDef,
568 Module, 568 Module,
569 MacroCall,
569 } 570 }
570 571
571 enum ImplItem: AttrsOwner { 572 enum ImplItem: AttrsOwner {