2017-05-17 07:19:44 -05:00
|
|
|
error: the `y @ _` pattern can be written as just `y`
|
2017-05-17 10:51:35 -05:00
|
|
|
--> patterns.rs:10:9
|
2017-05-17 07:19:44 -05:00
|
|
|
|
|
|
|
|
10 | y @ _ => (),
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D redundant-pattern` implied by `-D warnings`
|
|
|
|
|
2017-05-26 02:21:54 -05:00
|
|
|
error: aborting due to previous error(s)
|
2017-05-17 07:19:44 -05:00
|
|
|
|
|
|
|
error: Could not compile `clippy_tests`.
|
|
|
|
|
|
|
|
To learn more, run the command again with --verbose.
|