Add option to collapse automatically implementors
This commit is contained in:
parent
f844ea1e56
commit
970174a1e5
2 changed files with 10 additions and 3 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue