aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/ast_src.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-04-10 16:47:49 +0100
committerAleksey Kladov <[email protected]>2020-04-10 16:47:49 +0100
commitc476742f47dd905fa366e62f480e3f656c62e66c (patch)
tree2267fb0aa4f15d900d7ce8c6bcc4ef976aac8084 /xtask/src/ast_src.rs
parent5c5bde47fb759440d007c90fd83021de538120b8 (diff)
Simplify
Diffstat (limited to 'xtask/src/ast_src.rs')
-rw-r--r--xtask/src/ast_src.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs
index 8c0b5f5a8..69cba9168 100644
--- a/xtask/src/ast_src.rs
+++ b/xtask/src/ast_src.rs
@@ -568,7 +568,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
568 params: [Param], 568 params: [Param],
569 T![')'] 569 T![')']
570 } 570 }
571 struct SelfParam: TypeAscriptionOwner, AttrsOwner { T![&], T![lifetime], T![self] } 571 struct SelfParam: TypeAscriptionOwner, AttrsOwner { T![&], T![mut], T![lifetime], T![self] }
572 struct Param: TypeAscriptionOwner, AttrsOwner { 572 struct Param: TypeAscriptionOwner, AttrsOwner {
573 Pat, 573 Pat,
574 T![...] 574 T![...]