Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/src/completions/unqualified_path.rs')
-rw-r--r--crates/ide-completion/src/completions/unqualified_path.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/ide-completion/src/completions/unqualified_path.rs b/crates/ide-completion/src/completions/unqualified_path.rs
index 53262ae267..c4d4c5549e 100644
--- a/crates/ide-completion/src/completions/unqualified_path.rs
+++ b/crates/ide-completion/src/completions/unqualified_path.rs
@@ -176,8 +176,8 @@ pub mod prelude {
"#,
expect![[r#"
md std
- bt u32
st Option
+ bt u32
"#]],
);
}
@@ -233,10 +233,10 @@ pub mod prelude {
}
"#,
expect![[r#"
- md std
md core
- bt u32
+ md std
st String
+ bt u32
"#]],
);
}