From 730a927c5e6b382690e88f482a03701636242a2c Mon Sep 17 00:00:00 2001 From: Geoffrey Copin Date: Fri, 10 Apr 2020 00:35:43 +0200 Subject: Implement assist "Reorder field names" --- xtask/src/ast_src.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'xtask') 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 { RangePat, LiteralPat, MacroPat, + RecordFieldPat, } enum RecordInnerPat { -- cgit v1.2.3