aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/marks.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-08-23 15:01:06 +0100
committerGitHub <[email protected]>2019-08-23 15:01:06 +0100
commita832a2f7dd22c93bc69a7be5d24799bb042b8129 (patch)
tree15f55b3eab48c3d0bbb1975fbd4db7cbb56d3e3e /crates/ra_ide_api/src/marks.rs
parentc12dce0073c1766f7d2b10a69f8526a8093e70dc (diff)
parent5b18a4eef9e69260ce2f105b33553c929cb7d827 (diff)
Merge #1731
1731: rename pos_field -> tuple_field 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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/src/marks.rs b/crates/ra_ide_api/src/marks.rs
index 9cb991de5..c3752cc54 100644
--- a/crates/ra_ide_api/src/marks.rs
+++ b/crates/ra_ide_api/src/marks.rs
@@ -3,7 +3,7 @@ test_utils::marks!(
3 goto_definition_works_for_macros 3 goto_definition_works_for_macros
4 goto_definition_works_for_methods 4 goto_definition_works_for_methods
5 goto_definition_works_for_fields 5 goto_definition_works_for_fields
6 goto_definition_works_for_named_fields 6 goto_definition_works_for_record_fields
7 call_info_bad_offset 7 call_info_bad_offset
8 dont_complete_current_use 8 dont_complete_current_use
9 dont_complete_primitive_in_use 9 dont_complete_primitive_in_use