Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_completion/src/render.rs')
| -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 70ae6399f4..5b0257f6b4 100644 --- a/crates/ide_completion/src/render.rs +++ b/crates/ide_completion/src/render.rs @@ -624,6 +624,7 @@ fn main() { let _: m::Spam = S$0 } Exact, ), is_local: false, + is_item_from_trait: false, is_op_method: false, is_private_editable: false, postfix_match: None, @@ -646,6 +647,7 @@ fn main() { let _: m::Spam = S$0 } Exact, ), is_local: false, + is_item_from_trait: false, is_op_method: false, is_private_editable: false, postfix_match: None, @@ -734,6 +736,7 @@ fn foo() { A { the$0 } } CouldUnify, ), is_local: false, + is_item_from_trait: false, is_op_method: false, is_private_editable: false, postfix_match: None, |