]> git.lizzy.rs Git - rust.git/commitdiff
update generated tests
authorjDomantas <djadenkus@gmail.com>
Mon, 17 Aug 2020 07:47:13 +0000 (10:47 +0300)
committerjDomantas <djadenkus@gmail.com>
Mon, 17 Aug 2020 07:47:13 +0000 (10:47 +0300)
crates/assists/src/tests/generated.rs

index d16e6fb0a63b2c6535a78f1c42ee28ffaa175cd2..17356700373c104f10b5d2d55360a279f3b9a465 100644 (file)
@@ -82,8 +82,8 @@ fn bar(&self) {}
 impl Trait for () {
     Type X = ();
     fn foo(&self) {}
-    $0fn bar(&self) {}
 
+    $0fn bar(&self) {}
 }
 "#####,
     )
@@ -115,7 +115,6 @@ impl Trait<u32> for () {
     fn foo(&self) -> u32 {
         ${0:todo!()}
     }
-
 }
 "#####,
     )