Skip to content

Commit

Permalink
Update with new error output (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcchut committed Jun 2, 2023
1 parent 3123582 commit 41aae56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ui/must_use.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ note: the lint level is defined here
|
1 | #![deny(unused_must_use)]
| ^^^^^^^^^^^^^^^
help: use `let _ = ...` to ignore the resulting value
|
9 | let _ = apples(3);
| +++++++

0 comments on commit 41aae56

Please sign in to comment.