aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/marks.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-05-04 11:10:26 +0100
committerAleksey Kladov <[email protected]>2020-05-04 11:10:26 +0100
commit13bce1a1641cbcf57ae24677c238e2c1ca393dea (patch)
tree7b43d53f11203a9ae7e79b2731353122fb0dee48 /crates/ra_ide/src/marks.rs
parent3b1d98308596e43299b1c7435a395b0a4d1db425 (diff)
Add test marks
Diffstat (limited to 'crates/ra_ide/src/marks.rs')
-rw-r--r--crates/ra_ide/src/marks.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_ide/src/marks.rs b/crates/ra_ide/src/marks.rs
index bea30fe2a..51ca4dde3 100644
--- a/crates/ra_ide/src/marks.rs
+++ b/crates/ra_ide/src/marks.rs
@@ -11,4 +11,6 @@ test_utils::marks!(
11 self_fulfilling_completion 11 self_fulfilling_completion
12 test_struct_field_completion_in_func_call 12 test_struct_field_completion_in_func_call
13 test_struct_field_completion_in_record_lit 13 test_struct_field_completion_in_record_lit
14 test_rename_struct_field_for_shorthand
15 test_rename_local_for_field_shorthand
14); 16);