File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1289,9 +1289,9 @@ fn settings(root_path: &str, suffix: &str) -> String {
12891289 . into ( ) ,
12901290 ( "auto-hide-attributes" , "Auto-hide item attributes." , true ) . into ( ) ,
12911291 ( "auto-hide-method-docs" , "Auto-hide item methods' documentation" , false ) . into ( ) ,
1292- ( "auto-hide-trait-implementations" , "Auto-hide trait implementations documentation" , true )
1292+ ( "auto-hide-trait-implementations" , "Auto-hide trait implementation documentation" , true )
12931293 . into ( ) ,
1294- ( "auto-collapse-implementors" , "Auto-collapse implementors" , true ) . into ( ) ,
1294+ ( "auto-collapse-implementors" , "Auto-hide implementors of a trait " , true ) . into ( ) ,
12951295 ( "go-to-only-result" , "Directly go to item in search if there is only one result" , false )
12961296 . into ( ) ,
12971297 ( "line-numbers" , "Show line numbers on code examples" , false ) . into ( ) ,
You can’t perform that action at this time.
0 commit comments