diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-01-06 13:36:43 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-01-11 09:26:53 +0100 |
| commit | 94b369faa3bec8bfcbb833bae34682fad6f89bc4 (patch) | |
| tree | 55cc083e16b2acfc8af3cdfa444e2d748db1f03f | |
| parent | ca0633c8088628592359ab3aa9a336eb2137ff0c (diff) | |
| download | rust-94b369faa3bec8bfcbb833bae34682fad6f89bc4.tar.gz rust-94b369faa3bec8bfcbb833bae34682fad6f89bc4.zip | |
Update tests
| -rw-r--r-- | crates/ide_completion/src/render.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ide_completion/src/render.rs b/crates/ide_completion/src/render.rs index cd71ad1eea5..648dce43068 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, }, }, |
