aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/marks.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-19 23:27:55 +0100
committerGitHub <[email protected]>2020-05-19 23:27:55 +0100
commite94d7c124ffae5c7409b560e29a6cee006edf401 (patch)
tree72b770193eb81853cab75a97e19d46eba12c44d8 /crates/ra_assists/src/marks.rs
parent1bc1f28bc58b2dbcf8f8f548c277e2c90e3075cd (diff)
parent80545e5d3a72ef05a77ff9584234f030c69bfe9f (diff)
Merge #4518
4518: New assist: add turbo fish r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_assists/src/marks.rs')
-rw-r--r--crates/ra_assists/src/marks.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_assists/src/marks.rs b/crates/ra_assists/src/marks.rs
index 8d910205f..d579e627f 100644
--- a/crates/ra_assists/src/marks.rs
+++ b/crates/ra_assists/src/marks.rs
@@ -9,4 +9,6 @@ test_utils::marks![
9 test_not_applicable_if_variable_unused 9 test_not_applicable_if_variable_unused
10 change_visibility_field_false_positive 10 change_visibility_field_false_positive
11 test_add_from_impl_already_exists 11 test_add_from_impl_already_exists
12 add_turbo_fish_one_fish_is_enough
13 add_turbo_fish_non_generic
12]; 14];