From 7d865ef071a78736866a9e73d0348352f4332754 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Wed, 26 May 2021 22:39:47 +0200 Subject: Merge pattern completion related bools into an enum --- crates/ide_completion/src/completions/unqualified_path.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ide_completion/src/completions/unqualified_path.rs') diff --git a/crates/ide_completion/src/completions/unqualified_path.rs b/crates/ide_completion/src/completions/unqualified_path.rs index 6ea0efe9f..b8f8ef25f 100644 --- a/crates/ide_completion/src/completions/unqualified_path.rs +++ b/crates/ide_completion/src/completions/unqualified_path.rs @@ -88,7 +88,7 @@ fn quux(x: Option) { } } "#, - expect![[""]], + expect![[r#""#]], ); } @@ -104,7 +104,7 @@ fn quux(x: Option) { } } "#, - expect![[""]], + expect![[r#""#]], ); } -- cgit v1.2.3