From 73c6bc4dbd8ac06f587045d030d07c0fabebf260 Mon Sep 17 00:00:00 2001 From: veetaha Date: Sun, 10 May 2020 21:59:15 +0300 Subject: Fix typo --- xtask/src/ast_src.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask/src') diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index d002745ed..a7b0f2b05 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs @@ -1558,7 +1558,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { /// ❰ foo!(); ❱ /// /// fn main() { - /// ❰ foo!() ❱; // macro call expression position doesn't include the semi + /// ❰ foo!() ❱; // macro call in expression positions doesn't include the semi /// } /// ``` /// -- cgit v1.2.3