aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorveetaha <[email protected]>2020-05-10 19:59:15 +0100
committerveetaha <[email protected]>2020-05-10 19:59:15 +0100
commit73c6bc4dbd8ac06f587045d030d07c0fabebf260 (patch)
tree1629a9e4b05206d83838f04180a15a8dfb2b79c2
parent33f240960d15a24036fa72c5410ea296f3ce5b78 (diff)
Fix typo
-rw-r--r--crates/ra_syntax/src/ast/generated/nodes.rs2
-rw-r--r--xtask/src/ast_src.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_syntax/src/ast/generated/nodes.rs b/crates/ra_syntax/src/ast/generated/nodes.rs
index be49d73ac..201ceb548 100644
--- a/crates/ra_syntax/src/ast/generated/nodes.rs
+++ b/crates/ra_syntax/src/ast/generated/nodes.rs
@@ -1834,7 +1834,7 @@ impl NameRef {}
1834/// ❰ foo!(); ❱ 1834/// ❰ foo!(); ❱
1835/// 1835///
1836/// fn main() { 1836/// fn main() {
1837/// ❰ foo!() ❱; // macro call expression position doesn't include the semi 1837/// ❰ foo!() ❱; // macro call in expression positions doesn't include the semi
1838/// } 1838/// }
1839/// ``` 1839/// ```
1840/// 1840///
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 {
1558 /// ❰ foo!(); ❱ 1558 /// ❰ foo!(); ❱
1559 /// 1559 ///
1560 /// fn main() { 1560 /// fn main() {
1561 /// ❰ foo!() ❱; // macro call expression position doesn't include the semi 1561 /// ❰ foo!() ❱; // macro call in expression positions doesn't include the semi
1562 /// } 1562 /// }
1563 /// ``` 1563 /// ```
1564 /// 1564 ///