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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_assists/src/marks.rs b/crates/ra_assists/src/marks.rs
index d579e627f..722f3c6a4 100644
--- a/crates/ra_assists/src/marks.rs
+++ b/crates/ra_assists/src/marks.rs
@@ -1,6 +1,7 @@
1//! See test_utils/src/marks.rs 1//! See test_utils/src/marks.rs
2 2
3test_utils::marks![ 3test_utils::marks![
4 option_order
4 introduce_var_in_comment_is_not_applicable 5 introduce_var_in_comment_is_not_applicable
5 test_introduce_var_expr_stmt 6 test_introduce_var_expr_stmt
6 test_introduce_var_last_expr 7 test_introduce_var_last_expr