From 028f1e2e3add764956911a0f2663107cb945c0ec Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 17 Apr 2020 14:28:20 +0200 Subject: Don\t suggest import itself as a completion for import --- crates/ra_ide/src/marks.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_ide/src/marks.rs') diff --git a/crates/ra_ide/src/marks.rs b/crates/ra_ide/src/marks.rs index 5e1f135c5..eee44e886 100644 --- a/crates/ra_ide/src/marks.rs +++ b/crates/ra_ide/src/marks.rs @@ -8,4 +8,5 @@ test_utils::marks!( test_resolve_parent_module_on_module_decl search_filters_by_range dont_insert_macro_call_parens_unncessary + self_fulfilling_completion ); -- cgit v1.2.3