mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
6b938c8491
Enable unused_parens for match arms Fixes: https://github.com/rust-lang/rust/issues/92751 Currently I can't get the `stderr` to work with `./x.py test`, but this should fix the issue. Help would be appreciated!