aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/marks.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-05-30 14:13:06 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-05-30 14:13:06 +0100
commit3cf841e1bc2bf354c180dc80fb394c0e0a843965 (patch)
treef01cf9c3589ae920c50696ce244c98b2454834b3 /crates/ra_ide_api/src/marks.rs
parent6b88735fe6cd3b259816c7c90a2675ee057c9e4c (diff)
parentb6a854e161cc122e6d9ae12084b6a1d1f4d0f241 (diff)
Merge #1352
1352: Builtins r=matklad a=matklad closes #1340 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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_api/src/marks.rs b/crates/ra_ide_api/src/marks.rs
index cc894a7df..9cb991de5 100644
--- a/crates/ra_ide_api/src/marks.rs
+++ b/crates/ra_ide_api/src/marks.rs
@@ -6,4 +6,5 @@ test_utils::marks!(
6 goto_definition_works_for_named_fields 6 goto_definition_works_for_named_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); 10);