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 @@ -148,7 +148,7 @@ define_Conf! {
148
148
( too_large_for_stack, "too_large_for_stack" , 200 => u64 ) ,
149
149
/// Lint: ENUM_VARIANT_NAMES. The minimum number of enum variants for the lints about variant names to trigger
150
150
( enum_variant_name_threshold, "enum_variant_name_threshold" , 3 => u64 ) ,
151
- /// Lint: LARGE_ENUM_VARIANT. The maximum size of a emum 's variant to avoid box suggestion
151
+ /// Lint: LARGE_ENUM_VARIANT. The maximum size of a enum 's variant to avoid box suggestion
152
152
( enum_variant_size_threshold, "enum_variant_size_threshold" , 200 => u64 ) ,
153
153
/// Lint: VERBOSE_BIT_MASK. The maximum allowed size of a bit mask before suggesting to use 'trailing_zeros'
154
154
( verbose_bit_mask_threshold, "verbose_bit_mask_threshold" , 1 => u64 ) ,
You can’t perform that action at this time.
0 commit comments