In the docs for hex_literal_case, show the default as a possible value

This commit is contained in:
Josh Triplett 2022-05-09 17:10:53 -07:00 committed by Caleb Cartwright
parent 84fd4cdd02
commit 17003ce66b

View File

@ -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`