Add setting to prevent doc auto-hide of trait implementations
This commit is contained in:
parent
0c0315cfd9
commit
c0ec5d5e44
2 changed files with 14 additions and 10 deletions
|
@ -1669,6 +1669,8 @@ impl<'a> Settings<'a> {
|
|||
settings: vec![
|
||||
("item-declarations", "Auto-hide item declarations.", true),
|
||||
("item-attributes", "Auto-hide item attributes.", true),
|
||||
("trait-implementations", "Auto-hide trait implementations documentation",
|
||||
true),
|
||||
("go-to-only-result", "Directly go to item in search if there is only one result",
|
||||
false),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue