Skip to content

Commit 94b369f

Browse files
committed
Update tests
1 parent ca0633c commit 94b369f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/ide_completion/src/render.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ fn main() { let _: m::Spam = S$0 }
580580
Exact,
581581
),
582582
is_local: false,
583+
is_op_method: false,
583584
exact_postfix_snippet_match: false,
584585
},
585586
trigger_call_info: true,
@@ -600,6 +601,7 @@ fn main() { let _: m::Spam = S$0 }
600601
Exact,
601602
),
602603
is_local: false,
604+
is_op_method: false,
603605
exact_postfix_snippet_match: false,
604606
},
605607
},
@@ -685,6 +687,7 @@ fn foo() { A { the$0 } }
685687
CouldUnify,
686688
),
687689
is_local: false,
690+
is_op_method: false,
688691
exact_postfix_snippet_match: false,
689692
},
690693
},

0 commit comments

Comments
 (0)