diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2017-06-02 11:44:38 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2017-06-02 11:44:38 +1200 |
| commit | cdc3f9321cbb88bc336eb7a2ef76e7f8c5dabf06 (patch) | |
| tree | 349d87e1320770c9ef8837e248fd172d87cd37e5 /tests/source | |
| parent | 0480f7e105adf9568c632e1579882e3e40077307 (diff) | |
Rename the Style::Default option to Legacy
Diffstat (limited to 'tests/source')
| -rw-r--r-- | tests/source/configs-where_style-default.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/source/configs-where_style-default.rs b/tests/source/configs-where_style-default.rs index 98f514b0c1e..e082f863f33 100644 --- a/tests/source/configs-where_style-default.rs +++ b/tests/source/configs-where_style-default.rs @@ -1,4 +1,4 @@ -// rustfmt-where_style: Default +// rustfmt-where_style: Legacy // Where style fn lorem<Ipsum, Dolor, Sit, Amet>() -> T where Ipsum: Eq, Dolor: Eq, Sit: Eq, Amet: Eq { |
