about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2022-05-09 17:10:53 -0700
committerCaleb Cartwright <calebcartwright@users.noreply.github.com>2022-05-09 19:45:02 -0500
commit17003ce66b5737a71d0a08832995dc11df497ee2 (patch)
treedcf81d9f66a64986addd16f394e16a0256c8da73
parent84fd4cdd022c7a6234006100b7e547eb2b178634 (diff)
downloadrust-17003ce66b5737a71d0a08832995dc11df497ee2.tar.gz
rust-17003ce66b5737a71d0a08832995dc11df497ee2.zip
In the docs for `hex_literal_case`, show the default as a possible value
-rw-r--r--Configurations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations.md b/Configurations.md
index dc8d38267a8..7afd4b5cd6a 100644
--- a/Configurations.md
+++ b/Configurations.md
@@ -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`