mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
60a978d2e9
Follow-up of rust-lang/rust-clippy#15140. This time, I removed some unneeded `<span>` wrappings and some unneeded CSS classes. As usual, no changes in the UI. Before this PR: 1876091 With this PR: 1751097 Reduction: -6.6% r? @samueltardieu changelog: Reduce page size and number of DOM elements on clippy lints page