1
Fork 0

Remove implementors setting

This commit is contained in:
Guillaume Gomez 2021-09-01 20:34:51 +02:00
parent fba4149bf1
commit 92dae39b64
3 changed files with 1 additions and 16 deletions

View file

@ -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(),