diff options
author | Edwin Cheng <[email protected]> | 2020-03-21 15:08:53 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2020-03-21 15:08:53 +0000 |
commit | 6d6606895cf15998a71a23c6d5e78dc955153b4e (patch) | |
tree | 80a2ec5df48d1568d12998998f73ee6011dfa97d /crates/ra_hir_expand/src | |
parent | e1a9461806a4d6dd2ad58be2d6148c0e8fdb2299 (diff) |
Fix typo
Diffstat (limited to 'crates/ra_hir_expand/src')
-rw-r--r-- | crates/ra_hir_expand/src/db.rs | 2 |
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 |