]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #107817 - notriddle:notriddle/wheel-svg, r=GuillaumeGomez
authorMichael Goulet <michael@errs.io>
Thu, 9 Feb 2023 04:01:27 +0000 (20:01 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 04:01:27 +0000 (20:01 -0800)
rustdoc: use svgo to shrink `wheel.svg`

use [svgo] to shrink `wheel.svg`

[svgo]: https://github.com/svg/svgo

    $ du -bs src/librustdoc/html/static/images/wheel.svg wheel-old.svg
    2972    src/librustdoc/html/static/images/wheel.svg
    3764    wheel-old.svg

100*((2972-3764)/3764) = -21.04%


Trivial merge