From c6f1dd4fb5f3d503cb456cda8d3d476efaaa1dcf Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Tue, 2 May 2017 07:56:46 +1200 Subject: [PATCH] Remove generics_style option --- src/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index d05f6c9ea48c..31722fd9fc28 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,