mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Fix typo
This commit is contained in:
parent
33f240960d
commit
73c6bc4dbd
2 changed files with 2 additions and 2 deletions
|
@ -1834,7 +1834,7 @@ impl NameRef {}
|
|||
/// ❰ foo!(); ❱
|
||||
///
|
||||
/// fn main() {
|
||||
/// ❰ foo!() ❱; // macro call expression position doesn't include the semi
|
||||
/// ❰ foo!() ❱; // macro call in expression positions doesn't include the semi
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
|
|
|
@ -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
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue