mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 08:50:37 +00:00
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