aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src/marks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_db/src/marks.rs')
-rw-r--r--crates/ra_ide_db/src/marks.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_db/src/marks.rs b/crates/ra_ide_db/src/marks.rs
index 4f0a22af0..03b4be21c 100644
--- a/crates/ra_ide_db/src/marks.rs
+++ b/crates/ra_ide_db/src/marks.rs
@@ -6,5 +6,6 @@ test_utils::marks![
6 goto_def_for_fields 6 goto_def_for_fields
7 goto_def_for_record_fields 7 goto_def_for_record_fields
8 goto_def_for_field_init_shorthand 8 goto_def_for_field_init_shorthand
9 goto_def_for_record_field_pats
9 search_filters_by_range 10 search_filters_by_range
10]; 11];