aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-03-03 18:57:54 +0000
committerEdwin Cheng <[email protected]>2020-03-03 18:57:54 +0000
commit5ea83fee010a26e86e962cfb8270fd2a565277b3 (patch)
tree817aa7b8987596f99e25e24b75cf26678890695d /crates
parente04c0f42227b2c72aa8ea40d6aea873669428267 (diff)
Fixed a typo in comment
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_hir_expand/src/eager.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_expand/src/eager.rs b/crates/ra_hir_expand/src/eager.rs
index 1dba1179a..f95f37ede 100644
--- a/crates/ra_hir_expand/src/eager.rs
+++ b/crates/ra_hir_expand/src/eager.rs
@@ -40,7 +40,7 @@ pub fn expand_eager_macro(
40 40
41 // Note: 41 // Note:
42 // When `lazy_expand` is called, its *parent* file must be already exists. 42 // When `lazy_expand` is called, its *parent* file must be already exists.
43 // Here we store an eager macro id for the argument expaned here 43 // Here we store an eager macro id for the argument expanded subtree here
44 // for that purpose. 44 // for that purpose.
45 let arg_id: MacroCallId = db 45 let arg_id: MacroCallId = db
46 .intern_eager_expansion({ 46 .intern_eager_expansion({