File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/ra_syntax/src/ast/generated Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1834,7 +1834,7 @@ impl NameRef {}
1834
1834
/// ❰ foo!(); ❱
1835
1835
///
1836
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
///
Original file line number Diff line number Diff line change @@ -1558,7 +1558,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
1558
1558
/// ❰ foo!(); ❱
1559
1559
///
1560
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
///
You can’t perform that action at this time.
0 commit comments