mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
cf87203f48
There are only 3 cases across the crates rendered in the website (`core`, `alloc`, `std`, `proc_macro` and `test`), and they are all in `core`. Clean them up, so that the lint can be enabled in the next commit. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>