diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2017-05-02 07:56:46 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2017-05-02 07:56:46 +1200 |
| commit | c6f1dd4fb5f3d503cb456cda8d3d476efaaa1dcf (patch) | |
| tree | f2eb8634fa061e3be20d8cf70d021ebc7f58f223 /src | |
| parent | 7a2577322d71c0faa4d2b6e36e4f100324d6c228 (diff) | |
Remove generics_style option
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index d05f6c9ea48..31722fd9fc2 100644 --- a/src/config.rs +++ b/src/config.rs @@ -363,7 +363,6 @@ create_config! { where_layout: ListTactic, ListTactic::Vertical, "Element layout inside a where clause"; where_pred_indent: IndentStyle, IndentStyle::Visual, "Indentation style of a where predicate"; - generics_style: Style, Style::Default, "Overall strategy for generics"; generics_indent: IndentStyle, IndentStyle::Visual, "Indentation of generics"; struct_lit_style: IndentStyle, IndentStyle::Block, "Style of struct definition"; struct_lit_multiline_style: MultilineStyle, MultilineStyle::PreferSingle, |
