rust/src/librustdoc/html/render
Joshua Nelson dea1c68614 Remove collapsed field
`render/context` always runs after `run_global_context`, so it was always set to `true`.

This is a holdover from when rustdoc allowed configuring passes, but the `collapse-docs` pass was
removed ages ago, and the ability to configure passes is about to be removed.
2021-12-18 10:47:54 -06:00
..
cache.rs fix clippy::single_char_pattern perf findings 2021-12-14 12:40:28 +01:00
context.rs Remove collapsed field 2021-12-18 10:47:54 -06:00
mod.rs Remove collapsed field 2021-12-18 10:47:54 -06:00
print_item.rs Rollup merge of #91682 - camelid:alias-layout, r=jyn514 2021-12-11 16:02:47 +01:00
span_map.rs Clean up now that visitors only need &clean::Crate 2021-10-31 20:59:22 -07:00
templates.rs Move template initialization into its own file. 2021-10-08 23:28:42 -07:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
write_shared.rs Consistentize the system for image URLs in CSS. 2021-11-24 19:41:48 -08:00