mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
701dd5bc9d
The dead_code lint was previously eroneously missing those. Since this lint bug has been fixed, the unused fields warnings need to be fixed. Most of them are marked as `#[allow(dead_code)]`. Other warnings are fixed by changing visibility of modules.