Skip to content

Commit

Permalink
Remove todo from stderr expect
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Nov 10, 2020
1 parent 7f192d1 commit 846ec15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ error[E0599]: no function or associated item named `constructor2` found for stru
9 | pub struct StorageStruct {}
| ------------------------ function or associated item `constructor2` not found for this
...
28 | pub fn constructor2() -> Self { todo!() }
28 | pub fn constructor2() -> Self {}
| ^^^^^^^^^^^^
| |
| function or associated item not found in `StorageStruct`
Expand Down

0 comments on commit 846ec15

Please sign in to comment.