aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/marks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_assists/src/marks.rs')
-rw-r--r--crates/ra_assists/src/marks.rs14
1 files changed, 0 insertions, 14 deletions
diff --git a/crates/ra_assists/src/marks.rs b/crates/ra_assists/src/marks.rs
deleted file mode 100644
index d579e627f..000000000
--- a/crates/ra_assists/src/marks.rs
+++ /dev/null
@@ -1,14 +0,0 @@
1//! See test_utils/src/marks.rs
2
3test_utils::marks![
4 introduce_var_in_comment_is_not_applicable
5 test_introduce_var_expr_stmt
6 test_introduce_var_last_expr
7 not_applicable_outside_of_bind_pat
8 test_not_inline_mut_variable
9 test_not_applicable_if_variable_unused
10 change_visibility_field_false_positive
11 test_add_from_impl_already_exists
12 add_turbo_fish_one_fish_is_enough
13 add_turbo_fish_non_generic
14];