In the docs for hex_literal_case, show the default as a possible value
This commit is contained in:
parent
84fd4cdd02
commit
17003ce66b
1 changed files with 1 additions and 1 deletions
|
|
@ -1065,7 +1065,7 @@ See also: [`tab_spaces`](#tab_spaces).
|
|||
Control the case of the letters in hexadecimal literal values
|
||||
|
||||
- **Default value**: `Preserve`
|
||||
- **Possible values**: `Upper`, `Lower`
|
||||
- **Possible values**: `Preserve`, `Upper`, `Lower`
|
||||
- **Stable**: No (tracking issue: [#5081](https://github.com/rust-lang/rustfmt/issues/5081))
|
||||
|
||||
## `hide_parse_errors`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue