rust/src/librustdoc/html/render
Noah Lev 97623bf051 Don't hide fields of enum struct variants
* The toggle adds visual clutter
* It's easy to miss that there are fields
* Tuple variant fields are always shown, so it is inconsistent to hide
  struct variant fields
* It's annoying to have to click the toggle every time
2021-07-22 12:52:33 -07:00
..
cache.rs fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
context.rs Rustdoc accessibility: make the sidebar headers actual headers 2021-07-17 11:32:36 -07:00
mod.rs Rustdoc accessibility: make the sidebar headers actual headers 2021-07-17 11:32:36 -07:00
print_item.rs Don't hide fields of enum struct variants 2021-07-22 12:52:33 -07:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
write_shared.rs Rollup merge of #86402 - tspiteri:source-woff2, r=jsha 2021-06-22 20:01:01 +09:00