Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/src/tests/record.rs')
-rw-r--r--crates/ide-completion/src/tests/record.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/ide-completion/src/tests/record.rs b/crates/ide-completion/src/tests/record.rs
index bae5ddb539..a0f8b24867 100644
--- a/crates/ide-completion/src/tests/record.rs
+++ b/crates/ide-completion/src/tests/record.rs
@@ -167,7 +167,7 @@ fn main() {
tt Default
tt Sized
bt u32
- kw crate
+ kw crate::
kw false
kw for
kw if
@@ -175,8 +175,8 @@ fn main() {
kw loop
kw match
kw return
- kw self
- kw super
+ kw self::
+ kw super::
kw true
kw unsafe
kw while