diff options
author | jDomantas <[email protected]> | 2020-08-17 08:47:13 +0100 |
---|---|---|
committer | jDomantas <[email protected]> | 2020-08-17 08:47:13 +0100 |
commit | 38e3088a563b634d593b7289281f344ddb22f97f (patch) | |
tree | beae289c248dabc2093758909d80054f450ff82b /crates | |
parent | 9f548a02957314819aa0530d01f7c4a27dffdfc8 (diff) |
update generated tests
Diffstat (limited to 'crates')
-rw-r--r-- | crates/assists/src/tests/generated.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/assists/src/tests/generated.rs b/crates/assists/src/tests/generated.rs index d16e6fb0a..173567003 100644 --- a/crates/assists/src/tests/generated.rs +++ b/crates/assists/src/tests/generated.rs | |||
@@ -82,8 +82,8 @@ trait Trait { | |||
82 | impl Trait for () { | 82 | impl Trait for () { |
83 | Type X = (); | 83 | Type X = (); |
84 | fn foo(&self) {} | 84 | fn foo(&self) {} |
85 | $0fn bar(&self) {} | ||
86 | 85 | ||
86 | $0fn bar(&self) {} | ||
87 | } | 87 | } |
88 | "#####, | 88 | "#####, |
89 | ) | 89 | ) |
@@ -115,7 +115,6 @@ impl Trait<u32> for () { | |||
115 | fn foo(&self) -> u32 { | 115 | fn foo(&self) -> u32 { |
116 | ${0:todo!()} | 116 | ${0:todo!()} |
117 | } | 117 | } |
118 | |||
119 | } | 118 | } |
120 | "#####, | 119 | "#####, |
121 | ) | 120 | ) |