aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/ast_src.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/ast_src.rs')
-rw-r--r--xtask/src/ast_src.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs
index eb5c3abf7..bb97b13fe 100644
--- a/xtask/src/ast_src.rs
+++ b/xtask/src/ast_src.rs
@@ -741,7 +741,6 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
741 RangePat, 741 RangePat,
742 LiteralPat, 742 LiteralPat,
743 MacroPat, 743 MacroPat,
744 RecordFieldPat,
745 } 744 }
746 745
747 enum RecordInnerPat { 746 enum RecordInnerPat {