update generated tests

This commit is contained in:
jDomantas 2020-08-17 10:47:13 +03:00
parent 9f548a0295
commit 38e3088a56

View file

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