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.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ide_completion/src/render.rs b/crates/ide_completion/src/render.rs
index 604f217447..652cd52f80 100644
--- a/crates/ide_completion/src/render.rs
+++ b/crates/ide_completion/src/render.rs
@@ -615,6 +615,7 @@ fn main() { let _: m::Spam = S$0 }
is_op_method: false,
is_private_editable: false,
exact_postfix_snippet_match: false,
+ is_postfix: false,
},
},
CompletionItem {
@@ -636,6 +637,7 @@ fn main() { let _: m::Spam = S$0 }
is_op_method: false,
is_private_editable: false,
exact_postfix_snippet_match: false,
+ is_postfix: false,
},
},
]
@@ -723,6 +725,7 @@ fn foo() { A { the$0 } }
is_op_method: false,
is_private_editable: false,
exact_postfix_snippet_match: false,
+ is_postfix: false,
},
},
]