diff --git a/crates/assists/src/tests/generated.rs b/crates/assists/src/tests/generated.rs index d16e6fb0a6..1735670037 100644 --- a/crates/assists/src/tests/generated.rs +++ b/crates/assists/src/tests/generated.rs @@ -82,8 +82,8 @@ trait Trait { impl Trait for () { Type X = (); fn foo(&self) {} - $0fn bar(&self) {} + $0fn bar(&self) {} } "#####, ) @@ -115,7 +115,6 @@ impl Trait for () { fn foo(&self) -> u32 { ${0:todo!()} } - } "#####, )