File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1664,7 +1664,7 @@ See also: [`space_after_colon`](#space_after_colon).
1664
1664
The maximum diff of width between struct fields to be aligned with each other.
1665
1665
1666
1666
- ** Default value** : 0
1667
- - ** Possible values** : any positive integer
1667
+ - ** Possible values** : any non-negative integer
1668
1668
- ** Stable** : No (tracking issue: #3371 )
1669
1669
1670
1670
#### ` 0 ` (default):
@@ -2177,7 +2177,7 @@ Maximum number of blank lines which can be put between items. If more than this
2177
2177
lines are found, they are trimmed down to match this integer.
2178
2178
2179
2179
- ** Default value** : ` 1 `
2180
- - ** Possible values** : * unsigned integer*
2180
+ - ** Possible values** : any non-negative integer
2181
2181
- ** Stable** : No (tracking issue: #3381 )
2182
2182
2183
2183
### Example
@@ -2327,7 +2327,7 @@ Copyright 2018 The Rust Project Developers.`, etc.:
2327
2327
2328
2328
Skip formatting the specified files and directories.
2329
2329
2330
- - ** Default value** : format every files
2330
+ - ** Default value** : format every file
2331
2331
- ** Possible values** : See an example below
2332
2332
- ** Stable** : No (tracking issue: #3395 )
2333
2333
You can’t perform that action at this time.
0 commit comments