1
Fork 0

Add option to collapse automatically implementors

This commit is contained in:
Guillaume Gomez 2020-07-09 21:42:02 +02:00
parent f844ea1e56
commit 970174a1e5
2 changed files with 10 additions and 3 deletions

View file

@ -1291,6 +1291,7 @@ fn settings(root_path: &str, suffix: &str) -> String {
("auto-hide-method-docs", "Auto-hide item methods' documentation", false).into(),
("auto-hide-trait-implementations", "Auto-hide trait implementations documentation", true)
.into(),
("auto-collapse-implementors", "Auto-collapse implementors", 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(),