aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/marks.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-22 11:25:09 +0000
committerGitHub <[email protected]>2020-02-22 11:25:09 +0000
commitf9acb4333f7c07969184d64793a84f8ad8efb309 (patch)
treeda6209649e2b775c5e0fcf569f5438e68f678cc3 /crates/ra_ide/src/marks.rs
parent62ddf617e2d2774744bd376dfb5a17ad4dc9cf19 (diff)
parent31af774254d1fb4e9105ba050546db16b9b54fb6 (diff)
Merge #3260
3260: Refactor how builtins are resolved r=matklad a=flodiebold This fixes autocompletion suggesting e.g. `self::usize`. (I thought we had a bug for that, but I didn't find it.) Co-authored-by: Florian Diebold <[email protected]>
Diffstat (limited to 'crates/ra_ide/src/marks.rs')
-rw-r--r--crates/ra_ide/src/marks.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide/src/marks.rs b/crates/ra_ide/src/marks.rs
index 5bf4d2062..bcb67e373 100644
--- a/crates/ra_ide/src/marks.rs
+++ b/crates/ra_ide/src/marks.rs
@@ -10,6 +10,5 @@ test_utils::marks!(
10 goto_def_for_field_init_shorthand 10 goto_def_for_field_init_shorthand
11 call_info_bad_offset 11 call_info_bad_offset
12 dont_complete_current_use 12 dont_complete_current_use
13 dont_complete_primitive_in_use
14 test_resolve_parent_module_on_module_decl 13 test_resolve_parent_module_on_module_decl
15); 14);