File tree 1 file changed +2
-2
lines changed
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 {
1289
1289
. into ( ) ,
1290
1290
( "auto-hide-attributes" , "Auto-hide item attributes." , true ) . into ( ) ,
1291
1291
( "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 )
1293
1293
. into ( ) ,
1294
- ( "auto-collapse-implementors" , "Auto-collapse implementors" , true ) . into ( ) ,
1294
+ ( "auto-collapse-implementors" , "Auto-hide implementors of a trait " , true ) . into ( ) ,
1295
1295
( "go-to-only-result" , "Directly go to item in search if there is only one result" , false )
1296
1296
. into ( ) ,
1297
1297
( "line-numbers" , "Show line numbers on code examples" , false ) . into ( ) ,
You can’t perform that action at this time.
0 commit comments