aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src/marks.rs
diff options
context:
space:
mode:
authorBenjamin Coenen <[email protected]>2020-05-01 15:26:22 +0100
committerBenjamin Coenen <[email protected]>2020-05-01 15:26:22 +0100
commit19e28888aa41b2845b47adb7314aed99d3c48679 (patch)
tree3ac50d956f87940df33fce9b9aa38ecc2b8b6780 /crates/ra_ide_db/src/marks.rs
parentc3c7edb9bc3f2860686383dc1498c988a56859e8 (diff)
wip
Signed-off-by: Benjamin Coenen <[email protected]>
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 03b4be21c..386fe605c 100644
--- a/crates/ra_ide_db/src/marks.rs
+++ b/crates/ra_ide_db/src/marks.rs
@@ -2,6 +2,7 @@
2 2
3test_utils::marks![ 3test_utils::marks![
4 goto_def_for_macros 4 goto_def_for_macros
5 goto_def_for_use_alias
5 goto_def_for_methods 6 goto_def_for_methods
6 goto_def_for_fields 7 goto_def_for_fields
7 goto_def_for_record_fields 8 goto_def_for_record_fields