aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorJmPotato <[email protected]>2020-08-11 05:09:11 +0100
committerJmPotato <[email protected]>2020-08-11 05:09:11 +0100
commitace75f95905564a34f46be57ead51828844da745 (patch)
tree40da230286390a86b947daa566ae530af94986e5 /crates
parentdc6e1e0dac318b36ec43ffced3d4059a9b8652e5 (diff)
Typo fix
Signed-off-by: JmPotato <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_assists/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_assists/src/tests.rs b/crates/ra_assists/src/tests.rs
index 18fcb9049..e73836422 100644
--- a/crates/ra_assists/src/tests.rs
+++ b/crates/ra_assists/src/tests.rs
@@ -20,7 +20,7 @@ pub(crate) fn check_assist(assist: Handler, ra_fixture_before: &str, ra_fixture_
20 20
21// FIXME: instead of having a separate function here, maybe use 21// FIXME: instead of having a separate function here, maybe use
22// `extract_ranges` and mark the target as `<target> </target>` in the 22// `extract_ranges` and mark the target as `<target> </target>` in the
23// fixuture? 23// fixture?
24pub(crate) fn check_assist_target(assist: Handler, ra_fixture: &str, target: &str) { 24pub(crate) fn check_assist_target(assist: Handler, ra_fixture: &str, target: &str) {
25 check(assist, ra_fixture, ExpectedResult::Target(target)); 25 check(assist, ra_fixture, ExpectedResult::Target(target));
26} 26}