rust/src/librustdoc/html
bors 6eb956fcbb Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha
Open impl blocks by default

Fixes #84558.
Part of #84422.

As you can see on https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/context/struct.TyCtxt.html, impl blocks are currently not open by default whereas they should.

I also realized that a test was outdated so I removed it and opened #84550 because it seems like the rustdoc-gui test suite isn't run on CI...

cc `@jyn514`
r? `@jsha`
2021-04-27 01:58:29 +00:00
..
highlight Add test for idents merge 2021-04-08 15:32:22 +02:00
markdown Treat header as first paragraph for shortened markdown descriptions 2021-03-09 17:48:14 -07:00
render Add open attribute on details which are supposed to be open by default instead of opening them with JS 2021-04-26 10:43:49 +02:00
static Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha 2021-04-27 01:58:29 +00:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs rustdoc tweaking 2021-01-30 01:02:18 +00:00
format.rs rustdoc: get rid of CURRENT_DEPTH 2021-04-17 23:08:28 -07:00
highlight.rs Merge idents if they are part of a path 2021-04-08 15:32:22 +02:00
layout.rs Rollup merge of #84340 - notriddle:patch-4, r=GuillaumeGomez 2021-04-20 11:08:28 +02:00
markdown.rs Revert "rustdoc: Hide #text in doc-tests" 2021-04-24 11:54:44 +01:00
mod.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
sources.rs Get rid of item.span 2021-04-24 19:21:48 -04:00
static_files.rs Update comment on search.js static file. 2021-04-14 12:17:24 -07:00
tests.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
toc.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00