File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ define_Conf! {
135
135
/// Lint: TYPE_COMPLEXITY. The maximum complexity a type can have
136
136
( type_complexity_threshold, "type_complexity_threshold" : u64 , 250 ) ,
137
137
/// Lint: MANY_SINGLE_CHAR_NAMES. The maximum number of single char bindings a scope may have
138
- ( single_char_binding_names_threshold, "single_char_binding_names_threshold" : u64 , 5 ) ,
138
+ ( single_char_binding_names_threshold, "single_char_binding_names_threshold" : u64 , 4 ) ,
139
139
/// Lint: BOXED_LOCAL. The maximum size of objects (in bytes) that will be linted. Larger objects are ok on the heap
140
140
( too_large_for_stack, "too_large_for_stack" : u64 , 200 ) ,
141
141
/// Lint: ENUM_VARIANT_NAMES. The minimum number of enum variants for the lints about variant names to trigger
You can’t perform that action at this time.
0 commit comments