summary refs log tree commit diff
path: root/src/librustdoc/html/render
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-09-01 20:34:51 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-09-01 20:34:51 +0200
commit92dae39b64224ca9f706f5de8df09a72559947c5 (patch)
treeed0c2d9cb4ef4f9f5a42dbc4ff61912040450180 /src/librustdoc/html/render
parentfba4149bf1d8959299379a5dc351a61bdb5b8c92 (diff)
downloadrust-92dae39b64224ca9f706f5de8df09a72559947c5.tar.gz
rust-92dae39b64224ca9f706f5de8df09a72559947c5.zip
Remove implementors setting
Diffstat (limited to 'src/librustdoc/html/render')
-rw-r--r--src/librustdoc/html/render/mod.rs1
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(),