diff options
Diffstat (limited to 'crates/ra_syntax/src/ast/generated')
-rw-r--r-- | crates/ra_syntax/src/ast/generated/nodes.rs | 2 |
1 files changed, 1 insertions, 1 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 | /// |