diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 14:13:06 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 14:13:06 +0100 |
commit | 3cf841e1bc2bf354c180dc80fb394c0e0a843965 (patch) | |
tree | f01cf9c3589ae920c50696ce244c98b2454834b3 /crates/ra_ide_api/src/marks.rs | |
parent | 6b88735fe6cd3b259816c7c90a2675ee057c9e4c (diff) | |
parent | b6a854e161cc122e6d9ae12084b6a1d1f4d0f241 (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.rs | 1 |
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 | ); |