We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512f23f commit ce372c1Copy full SHA for ce372c1
clippy_lints/src/utils/conf.rs
@@ -135,7 +135,7 @@ define_Conf! {
135
/// Lint: TYPE_COMPLEXITY. The maximum complexity a type can have
136
(type_complexity_threshold, "type_complexity_threshold": u64, 250),
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),
+ (single_char_binding_names_threshold, "single_char_binding_names_threshold": u64, 4),
139
/// Lint: BOXED_LOCAL. The maximum size of objects (in bytes) that will be linted. Larger objects are ok on the heap
140
(too_large_for_stack, "too_large_for_stack": u64, 200),
141
/// Lint: ENUM_VARIANT_NAMES. The minimum number of enum variants for the lints about variant names to trigger
0 commit comments