rust/src/librustdoc/html
Michael Howell 28b26b7aa6 rustdoc: remove unused CSS .docblock a:not(.srclink)
This selector was added in c7312fbae4,
because the list of impl items could be nested below `docblock`.

c7312fbae4/src/librustdoc/html/render.rs (L3841-L3845)

Now that rustdoc toggles have been switched to `<details>`, there shouldn't
be any need to put things inside docblock containers just to give them
disclosure toggles.
2022-10-06 11:21:42 -07:00
..
highlight Extend decoration test to detect regressions 2022-08-20 14:24:05 +02:00
length_limit Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown rustdoc: fix unit tests 2022-09-22 16:29:51 -07:00
render rustdoc: remove unused CSS class in-band 2022-10-05 16:56:07 -07:00
static rustdoc: remove unused CSS .docblock a:not(.srclink) 2022-10-06 11:21:42 -07:00
templates rustdoc: remove unused CSS class in-band 2022-10-05 16:56:07 -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 Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
format.rs rustdoc: render more cross-crate hrtbs properly 2022-10-05 23:14:15 +02:00
highlight.rs Address review comments. 2022-09-28 11:15:23 +10:00
layout.rs Improve loading of crates.js and sidebar-items.js 2022-06-20 11:12:55 -07: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 rustdoc: adopt to the new lint API 2022-10-01 10:03:06 +00:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs rustdoc: give .line-number / .line-numbers meaningful names 2022-09-26 11:48:03 -07: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