Skip to content

Commit 5c56c92

Browse files
author
Yury Krivopalov
committed
Clarify verbose_bit_mask_threshold description
1 parent a3ad409 commit 5c56c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/conf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ define_Conf! {
172172
(enum_variant_name_threshold, "enum_variant_name_threshold", 3 => u64),
173173
/// Lint: LARGE_ENUM_VARIANT. The maximum size of a emum's variant to avoid box suggestion
174174
(enum_variant_size_threshold, "enum_variant_size_threshold", 200 => u64),
175-
/// Lint: VERBOSE_BIT_MASK. The maximum size of a bit mask, that won't be checked on verbosity
175+
/// Lint: VERBOSE_BIT_MASK. The maximum allowed size of a bit mask before suggesting to use 'trailing_zeros'
176176
(verbose_bit_mask_threshold, "verbose_bit_mask_threshold", 1 => u64),
177177
}
178178

0 commit comments

Comments
 (0)