diff options
author | Geoffrey Copin <[email protected]> | 2020-04-09 23:35:43 +0100 |
---|---|---|
committer | Geoffrey Copin <[email protected]> | 2020-04-09 23:57:03 +0100 |
commit | 730a927c5e6b382690e88f482a03701636242a2c (patch) | |
tree | e148e93832b9b7c1ddedaaa4c5d10f80d07abec6 /xtask/src/ast_src.rs | |
parent | 176f7f61175bc433c56083a758bd7a28a8ae31f8 (diff) |
Implement assist "Reorder field names"
Diffstat (limited to 'xtask/src/ast_src.rs')
-rw-r--r-- | xtask/src/ast_src.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index bb97b13fe..eb5c3abf7 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs | |||
@@ -741,6 +741,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { | |||
741 | RangePat, | 741 | RangePat, |
742 | LiteralPat, | 742 | LiteralPat, |
743 | MacroPat, | 743 | MacroPat, |
744 | RecordFieldPat, | ||
744 | } | 745 | } |
745 | 746 | ||
746 | enum RecordInnerPat { | 747 | enum RecordInnerPat { |