diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-09-01 20:34:51 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-09-01 20:34:51 +0200 |
| commit | 92dae39b64224ca9f706f5de8df09a72559947c5 (patch) | |
| tree | ed0c2d9cb4ef4f9f5a42dbc4ff61912040450180 /src/librustdoc/html/render | |
| parent | fba4149bf1d8959299379a5dc351a61bdb5b8c92 (diff) | |
| download | rust-92dae39b64224ca9f706f5de8df09a72559947c5.tar.gz rust-92dae39b64224ca9f706f5de8df09a72559947c5.zip | |
Remove implementors setting
Diffstat (limited to 'src/librustdoc/html/render')
| -rw-r--r-- | src/librustdoc/html/render/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/render/mod.rs b/src/librustdoc/html/render/mod.rs index a0a67610481..c17ddcc1f1b 100644 --- a/src/librustdoc/html/render/mod.rs +++ b/src/librustdoc/html/render/mod.rs @@ -453,7 +453,6 @@ fn settings(root_path: &str, suffix: &str, themes: &[StylePath]) -> Result<Strin ("auto-hide-method-docs", "Auto-hide item methods' documentation", false).into(), ("auto-hide-trait-implementations", "Auto-hide trait implementation documentation", false) .into(), - ("auto-collapse-implementors", "Auto-hide implementors of a trait", true).into(), ("go-to-only-result", "Directly go to item in search if there is only one result", false) .into(), ("line-numbers", "Show line numbers on code examples", false).into(), |
