]> git.lizzy.rs Git - rust.git/commitdiff
Fix names of possible values for where_style
authorPhil Ellison <phil.j.ellison@gmail.com>
Sun, 18 Jun 2017 07:33:32 +0000 (08:33 +0100)
committerPhil Ellison <phil.j.ellison@gmail.com>
Sun, 18 Jun 2017 07:33:32 +0000 (08:33 +0100)
Configurations.md

index 1392db74a569d4a23cee74d4e9e31943a075b845..b139eff7815927ac4c5b84c6488517868e2cbf0b 100644 (file)
@@ -1840,7 +1840,7 @@ See also: [`where_density`](#where_density), [`where_layout`](#where_layout), [`
 Overall strategy for where clauses
 
 - **Default value**: `"Rfc"`
-- **Possible values**: `"Default"`, `"Rfc"`
+- **Possible values**: `"Rfc"`, `"Legacy"`
 
 #### `"Default"`: