diff options
author | uHOOCCOOHu <[email protected]> | 2019-09-11 15:39:02 +0100 |
---|---|---|
committer | uHOOCCOOHu <[email protected]> | 2019-09-11 15:39:02 +0100 |
commit | c033d18700e86c9bb028344f28e2eb7d670fe241 (patch) | |
tree | dfd93ef4401729077debe48fac1b690d35b82c5f /crates/ra_ide_api/src/completion | |
parent | c66a789a045c3c521620af73c1f06314fbe315bb (diff) |
Fix typo
Diffstat (limited to 'crates/ra_ide_api/src/completion')
-rw-r--r-- | crates/ra_ide_api/src/completion/complete_path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/src/completion/complete_path.rs b/crates/ra_ide_api/src/completion/complete_path.rs index 55c78d305..31e7dffe8 100644 --- a/crates/ra_ide_api/src/completion/complete_path.rs +++ b/crates/ra_ide_api/src/completion/complete_path.rs | |||
@@ -589,7 +589,7 @@ mod tests { | |||
589 | } | 589 | } |
590 | 590 | ||
591 | #[test] | 591 | #[test] |
592 | fn completes_quantified_macros() { | 592 | fn completes_qualified_macros() { |
593 | assert_debug_snapshot!( | 593 | assert_debug_snapshot!( |
594 | do_reference_completion( | 594 | do_reference_completion( |
595 | " | 595 | " |