mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Clarify verbose_bit_mask_threshold description
This commit is contained in:
parent
a3ad409341
commit
5c56c924fc
@ -172,7 +172,7 @@ define_Conf! {
|
|||||||
(enum_variant_name_threshold, "enum_variant_name_threshold", 3 => u64),
|
(enum_variant_name_threshold, "enum_variant_name_threshold", 3 => u64),
|
||||||
/// Lint: LARGE_ENUM_VARIANT. The maximum size of a emum's variant to avoid box suggestion
|
/// Lint: LARGE_ENUM_VARIANT. The maximum size of a emum's variant to avoid box suggestion
|
||||||
(enum_variant_size_threshold, "enum_variant_size_threshold", 200 => u64),
|
(enum_variant_size_threshold, "enum_variant_size_threshold", 200 => u64),
|
||||||
/// Lint: VERBOSE_BIT_MASK. The maximum size of a bit mask, that won't be checked on verbosity
|
/// Lint: VERBOSE_BIT_MASK. The maximum allowed size of a bit mask before suggesting to use 'trailing_zeros'
|
||||||
(verbose_bit_mask_threshold, "verbose_bit_mask_threshold", 1 => u64),
|
(verbose_bit_mask_threshold, "verbose_bit_mask_threshold", 1 => u64),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user