Skip to content

Commit f53c6be

Browse files
committed
update version
1 parent 62aa6b9 commit f53c6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/pub_underscore_fields.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ declare_clippy_lint! {
2424
/// _descriptor: usize,
2525
/// }
2626
/// ```
27-
#[clippy::version = "1.69.0"]
27+
#[clippy::version = "1.74.0"]
2828
pub PUB_UNDERSCORE_FIELDS,
2929
pedantic,
3030
"struct field prefixed with underscore and marked public"

0 commit comments

Comments
 (0)