diff options
author | Brandon <[email protected]> | 2021-03-11 09:02:08 +0000 |
---|---|---|
committer | Brandon <[email protected]> | 2021-03-14 04:07:20 +0000 |
commit | 4245973e246d634fb58bdf0e570b59d0f7340f86 (patch) | |
tree | 2e9e20c9d7bed40112ece48cd1b2d272fd6b2051 /crates/hir_def | |
parent | 610eba33207a22611e914b2f52ba4850f1dba427 (diff) |
Fix spelling error
Diffstat (limited to 'crates/hir_def')
-rw-r--r-- | crates/hir_def/src/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_def/src/diagnostics.rs b/crates/hir_def/src/diagnostics.rs index ac7474f63..7188bb299 100644 --- a/crates/hir_def/src/diagnostics.rs +++ b/crates/hir_def/src/diagnostics.rs | |||
@@ -97,7 +97,7 @@ impl Diagnostic for UnresolvedImport { | |||
97 | 97 | ||
98 | // Diagnostic: unresolved-macro-call | 98 | // Diagnostic: unresolved-macro-call |
99 | // | 99 | // |
100 | // This diagnostic is triggered if rust-analyzer is unable to resolove path to a | 100 | // This diagnostic is triggered if rust-analyzer is unable to resolve the path to a |
101 | // macro in a macro invocation. | 101 | // macro in a macro invocation. |
102 | #[derive(Debug)] | 102 | #[derive(Debug)] |
103 | pub struct UnresolvedMacroCall { | 103 | pub struct UnresolvedMacroCall { |