From 94b369faa3bec8bfcbb833bae34682fad6f89bc4 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Thu, 6 Jan 2022 13:36:43 +0100 Subject: [PATCH] Update tests --- crates/ide_completion/src/render.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/ide_completion/src/render.rs b/crates/ide_completion/src/render.rs index cd71ad1eea..648dce4306 100644 --- a/crates/ide_completion/src/render.rs +++ b/crates/ide_completion/src/render.rs @@ -580,6 +580,7 @@ fn main() { let _: m::Spam = S$0 } Exact, ), is_local: false, + is_op_method: false, exact_postfix_snippet_match: false, }, trigger_call_info: true, @@ -600,6 +601,7 @@ fn main() { let _: m::Spam = S$0 } Exact, ), is_local: false, + is_op_method: false, exact_postfix_snippet_match: false, }, }, @@ -685,6 +687,7 @@ fn foo() { A { the$0 } } CouldUnify, ), is_local: false, + is_op_method: false, exact_postfix_snippet_match: false, }, },