rust/src/librustdoc/html
Michael Howell 87faa212fb rustdoc: remove unused 16x16 favicon
According to <https://caniuse.com/?search=svg%20favicon>,
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.

<https://dev.to/masakudamatsu/favicon-nightmare-how-to-maintain-sanity-3al7>,
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.
2024-04-09 19:35:23 -07:00
..
highlight Add regression test for inclusion of whitespace characters in rustdoc highlighting 2024-02-28 16:08:46 +01:00
length_limit Remove from librustdoc and clippy too 2023-01-27 20:44:19 -08:00
markdown Fix non_local_definitions lint in rustdoc 2024-02-17 13:59:46 +01:00
render rustdoc: load icons from css instead of inline 2024-04-09 19:35:23 -07:00
static rustdoc: remove unused 16x16 favicon 2024-04-09 19:35:23 -07:00
templates rustdoc: remove unused 16x16 favicon 2024-04-09 19:35:23 -07:00
toc Format the world 2019-12-22 17:42:47 -05:00
url_parts_builder Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00
escape.rs rustdoc: do not escape quotes in body text 2023-12-01 15:15:45 -07:00
format.rs Thread pattern types through the HIR 2024-04-08 12:00:07 +00:00
highlight.rs Prevent inclusion of whitespace character after macro_rules ident 2024-02-27 17:40:29 +01:00
layout.rs rustdoc: remove rust logo from non-Rust crates 2023-10-08 20:17:53 -07:00
length_limit.rs Improve code readability by moving fmt args directly into the string 2023-08-16 16:35:23 +02:00
markdown.rs Rename DiagnosticMessage as DiagMessage. 2024-03-05 12:14:49 +11:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
static_files.rs rustdoc: remove unused 16x16 favicon 2024-04-09 19:35:23 -07:00
tests.rs rustdoc: avoid many Symbol to String conversions. 2022-01-14 11:57:18 -08:00
toc.rs fix clippy perf lints 2022-05-24 13:35:54 -04:00
url_parts_builder.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00