aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_hir_expand/src/db.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_expand/src/db.rs b/crates/ra_hir_expand/src/db.rs
index 4421d187b..5a696542f 100644
--- a/crates/ra_hir_expand/src/db.rs
+++ b/crates/ra_hir_expand/src/db.rs
@@ -277,7 +277,7 @@ pub fn parse_macro_with_arg(
277 Some((parse, Arc::new(rev_token_map))) 277 Some((parse, Arc::new(rev_token_map)))
278 } else { 278 } else {
279 // FIXME: 279 // FIXME:
280 // In future, we should proprate the actual error with recovery information 280 // In future, we should propagate the actual error with recovery information
281 // instead of ignore the error here. 281 // instead of ignore the error here.
282 282
283 // Safe check for recurisve identity macro 283 // Safe check for recurisve identity macro