mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 17:36:38 +00:00
Having `#![deny(warnings)]` for the entire crate is a bit of a development annoyance. We already run CI with `RUSTFLAGS=-Dwarnings` so there isn't much of a reason to check this locally. Thus, remove the attribute. Additionally, sort the clippy allows.