mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 13:33:31 +00:00
Fixed a typo in comment
This commit is contained in:
parent
e04c0f4222
commit
5ea83fee01
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ pub fn expand_eager_macro(
|
||||||
|
|
||||||
// Note:
|
// Note:
|
||||||
// When `lazy_expand` is called, its *parent* file must be already exists.
|
// When `lazy_expand` is called, its *parent* file must be already exists.
|
||||||
// Here we store an eager macro id for the argument expaned here
|
// Here we store an eager macro id for the argument expanded subtree here
|
||||||
// for that purpose.
|
// for that purpose.
|
||||||
let arg_id: MacroCallId = db
|
let arg_id: MacroCallId = db
|
||||||
.intern_eager_expansion({
|
.intern_eager_expansion({
|
||||||
|
|
Loading…
Reference in a new issue