Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zmanian committed Sep 3, 2017
1 parent 33e8640 commit 436d838
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/ui/is_unit_expr.stderr
@@ -0,0 +1,16 @@
error: unknown lint: `unit_expr`
--> $DIR/is_unit_expr.rs:4:8
|
4 | #[warn(unit_expr)]
| ^^^^^^^^^
|
= note: `-D unknown-lints` implied by `-D warnings`

error: unknown lint: `no_effect`
--> $DIR/is_unit_expr.rs:6:9
|
6 | #[allow(no_effect)]
| ^^^^^^^^^

error: aborting due to 2 previous errors

0 comments on commit 436d838

Please sign in to comment.