From 17003ce66b5737a71d0a08832995dc11df497ee2 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Mon, 9 May 2022 17:10:53 -0700 Subject: [PATCH] In the docs for `hex_literal_case`, show the default as a possible value --- Configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations.md b/Configurations.md index dc8d38267a83..7afd4b5cd6a9 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`