Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/expand_macro.rs')
-rw-r--r--crates/ide/src/expand_macro.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/ide/src/expand_macro.rs b/crates/ide/src/expand_macro.rs
index f642db6a71..e028c5ff0c 100644
--- a/crates/ide/src/expand_macro.rs
+++ b/crates/ide/src/expand_macro.rs
@@ -574,7 +574,7 @@ struct Foo {}
"#,
expect![[r#"
Clone
- impl < >core::clone::Clone for Foo< >where {
+ impl <>core::clone::Clone for Foo< >where {
fn clone(&self) -> Self {
match self {
Foo{}
@@ -600,7 +600,7 @@ struct Foo {}
"#,
expect![[r#"
Copy
- impl < >core::marker::Copy for Foo< >where{}"#]],
+ impl <>core::marker::Copy for Foo< >where{}"#]],
);
}
@@ -615,7 +615,7 @@ struct Foo {}
"#,
expect![[r#"
Copy
- impl < >core::marker::Copy for Foo< >where{}"#]],
+ impl <>core::marker::Copy for Foo< >where{}"#]],
);
check(
r#"
@@ -626,7 +626,7 @@ struct Foo {}
"#,
expect![[r#"
Clone
- impl < >core::clone::Clone for Foo< >where {
+ impl <>core::clone::Clone for Foo< >where {
fn clone(&self) -> Self {
match self {
Foo{}