Sign in
rust
/
rust-clippy
/
c362efa42048d632c968a84002ca29396f0eb115
/
.
/
tests
/
ui
/
patterns.stderr
blob: 9a246c483b2b2d4f9069a3ca9623c4058a972b49 [
file
] [
log
] [
blame
]
error
:
the
`y @ _`
pattern can be written
as
just
`y`
-->
$DIR
/
patterns
.
rs
:
10
:
9
|
10
|
y
@
_
=>
(),
|
^^^^^
|
=
note
:
`-D redundant-pattern`
implied
by
`-D warnings`