From 87faa212fbc9f80daec903aa1bab1f997897bec4 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Tue, 9 Apr 2024 17:26:59 -0700 Subject: rustdoc: remove unused 16x16 favicon According to , SVG favicons are supported in everything but Safari. When I actually try it in Safari, it's downloading all three favicons, and nothing looks different when I disable the 16x16 one. , which is linked from caniuse above, recommends an ico. However, the reason they recommend it is the apps that only support /favicon.ico exactly, and rustdoc can't assume it will be installed to the site root, so it's unfortunately up to the webmaster to make sure it's set up. --- src/librustdoc/html/static/images/favicon-16x16.png | Bin 715 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/librustdoc/html/static/images/favicon-16x16.png (limited to 'src/librustdoc/html/static') diff --git a/src/librustdoc/html/static/images/favicon-16x16.png b/src/librustdoc/html/static/images/favicon-16x16.png deleted file mode 100644 index ea4b45cae16..00000000000 Binary files a/src/librustdoc/html/static/images/favicon-16x16.png and /dev/null differ -- cgit 1.4.1-3-g733a5