File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ The minimum number of struct fields for the lints about field names to trigger
278
278
279
279
---
280
280
** Affected lints:**
281
- * [ ` struct_variant_names ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#struct_variant_names )
281
+ * [ ` struct_field_names ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#struct_field_names )
282
282
283
283
284
284
## ` enum-variant-size-threshold `
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ define_Conf! {
325
325
///
326
326
/// The minimum number of enum variants for the lints about variant names to trigger
327
327
( enum_variant_name_threshold: u64 = 3 ) ,
328
- /// Lint: STRUCT_VARIANT_NAMES .
328
+ /// Lint: STRUCT_FIELD_NAMES .
329
329
///
330
330
/// The minimum number of struct fields for the lints about field names to trigger
331
331
( struct_field_name_threshold: u64 = 3 ) ,
You can’t perform that action at this time.
0 commit comments