mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-13 08:27:14 +00:00
38d4ac7cea
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
10 lines
243 B
Text
10 lines
243 B
Text
error: the `y @ _` pattern can be written as just `y`
|
|
--> $DIR/patterns.rs:8:9
|
|
|
|
|
LL | y @ _ => (),
|
|
| ^^^^^
|
|
|
|
|
= note: `-D clippy::redundant-pattern` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|