rust/src/librustdoc/html
bors 855fc022fe Auto merge of #97489 - GuillaumeGomez:settings-js-disabled, r=notriddle
Add sentence in case JS is disabled on settings.html page

Instead of having an empty page, it'll look like this:

![Screenshot from 2022-05-28 17-46-23](https://user-images.githubusercontent.com/3050060/170833333-e1a59c2b-27ca-47da-9c08-2356e4a689cb.png)

r? `@notriddle`
2022-05-30 04:15:10 +00:00
..
highlight rustdoc: use better highlighting for *const, *mut, and &mut 2021-10-25 11:13:43 -07:00
length_limit Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown Update rustdoc tests for headings indent 2022-02-09 14:55:26 +01:00
render Auto merge of #97489 - GuillaumeGomez:settings-js-disabled, r=notriddle 2022-05-30 04:15:10 +00:00
static Add "no-ex-assign" eslint rule 2022-05-29 21:44:10 +02:00
templates Remove theme picker button 2022-05-14 17:21:52 +02: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 Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
format.rs fix clippy perf lints 2022-05-24 13:35:54 -04:00
highlight.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
layout.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
length_limit.rs Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown.rs fix simple clippy lints 2022-05-24 12:24:41 -04:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs Pass Context as a &mut to allow to remove RefCell fields 2022-05-27 22:16:24 +02:00
static_files.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04: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