Skip to content

Commit 22621d4

Browse files
committed
Consistently quote TOML strings
1 parent 0e5caea commit 22621d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configurations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,8 +1784,8 @@ See also: [`match_block_trailing_comma`](#match_block_trailing_comma).
17841784

17851785
Controls whether to include a leading pipe on match arms
17861786

1787-
- **Default value**: `Never`
1788-
- **Possible values**: `Always`, `Never`, `Preserve`
1787+
- **Default value**: `"Never"`
1788+
- **Possible values**: `"Always"`, `"Never"`, `"Preserve"`
17891789
- **Stable**: Yes
17901790

17911791
#### `Never` (default):

0 commit comments

Comments
 (0)