Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/src/completions/trait_impl.rs')
| -rw-r--r-- | crates/ide-completion/src/completions/trait_impl.rs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/ide-completion/src/completions/trait_impl.rs b/crates/ide-completion/src/completions/trait_impl.rs index 43428f777f..80fbaffd71 100644 --- a/crates/ide-completion/src/completions/trait_impl.rs +++ b/crates/ide-completion/src/completions/trait_impl.rs @@ -343,8 +343,8 @@ impl Test for T { ", expect![[r#" sp Self - tt Test st T + tt Test bt u32 "#]], ); @@ -448,8 +448,8 @@ impl Test for T { ", expect![[r#" sp Self - tt Test st T + tt Test bt u32 "#]], ); @@ -465,8 +465,8 @@ impl Test for T { ", expect![[r#" sp Self - tt Test st T + tt Test bt u32 "#]], ); @@ -484,8 +484,8 @@ impl Test for T { ", expect![[r#" sp Self - tt Test st T + tt Test bt u32 "#]], ); @@ -532,8 +532,8 @@ impl Test for T { ", expect![[r#" sp Self - tt Test st T + tt Test bt u32 "#]], ); @@ -549,8 +549,8 @@ impl Test for T { ", expect![[r#" sp Self - tt Test st T + tt Test bt u32 "#]], ); |