diff options
| author | bors <bors@rust-lang.org> | 2024-07-29 21:46:59 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-07-29 21:46:59 +0000 |
| commit | 368e2fd458a22d0cc133d0c254f2612ee999744f (patch) | |
| tree | 0edd5e971bab5ed0dc132f5f264f1e3324fa5b6b /src/librustdoc/html/layout.rs | |
| parent | 612a33f20b9b2c27380edbc4b26a01433ed114bc (diff) | |
| parent | c2616203bc0836496af23be4b35f3856e52108a6 (diff) | |
Auto merge of #128360 - matthiaskrgr:rollup-wwy5mkj, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - #126247 (rustdoc: word wrap CamelCase in the item list table and sidebar) - #128104 (Not lint pub structs without pub constructors intentionally) - #128153 (Stop using `MoveDataParamEnv` for places that don't need a param-env) - #128284 (Stabilize offset_of_nested) - #128342 (simplify the use of `CiEnv`) - #128355 (triagebot: make sure Nora is called Nora) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/librustdoc/html/layout.rs')
| -rw-r--r-- | src/librustdoc/html/layout.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index 7dfcc88398f..780cda9b1cd 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -69,6 +69,8 @@ struct PageLayout<'a> { display_krate_version_extra: &'a str, } +pub(crate) use crate::html::render::sidebar::filters; + pub(crate) fn render<T: Print, S: Print>( layout: &Layout, page: &Page<'_>, |
