aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/marks.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-25 17:38:49 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-25 17:38:49 +0000
commitdaaba4be17cae9ee32a2e151e256ef71f600814e (patch)
tree6be4dae706759f94034649a990695df8b274c6bc /crates/ra_ide_api/src/marks.rs
parentbce0c6267aab2e8ca33a3e78a1081736abbc1373 (diff)
parent9f2574c97e55e2af1d1b93f60307aa9d41f55f42 (diff)
Merge #645
645: WIP: support goto for fields. r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_api/src/marks.rs')
-rw-r--r--crates/ra_ide_api/src/marks.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/ra_ide_api/src/marks.rs b/crates/ra_ide_api/src/marks.rs
index dc5b2702a..e33bf6c91 100644
--- a/crates/ra_ide_api/src/marks.rs
+++ b/crates/ra_ide_api/src/marks.rs
@@ -1 +1,5 @@
1test_utils::marks!(inserts_parens_for_function_calls); 1test_utils::marks!(
2 inserts_parens_for_function_calls
3 goto_definition_works_for_methods
4 goto_definition_works_for_fields
5);