fix broken URL in Lint Configuration

Signed-off-by: Lukas Eschbacher <eschbacher.lukas@gmail.com>
This commit is contained in:
Lukas Eschbacher 2024-02-11 06:49:11 +01:00
parent 51c89a45d9
commit 2b89cd4bf6
No known key found for this signature in database
GPG key ID: 2A0E3B732BA82EF3
2 changed files with 2 additions and 2 deletions

View file

@ -325,7 +325,7 @@ define_Conf! {
///
/// The minimum number of enum variants for the lints about variant names to trigger
(enum_variant_name_threshold: u64 = 3),
/// Lint: STRUCT_VARIANT_NAMES.
/// Lint: STRUCT_FIELD_NAMES.
///
/// The minimum number of struct fields for the lints about field names to trigger
(struct_field_name_threshold: u64 = 3),