Skip to content

Commit cb98e49

Browse files
authored
Upgrade version
1 parent 57b2ef6 commit cb98e49

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
@@ -35,7 +35,7 @@ declare_clippy_lint! {
3535
/// pub descriptor: usize,
3636
/// }
3737
/// ```
38-
#[clippy::version = "1.74.0"]
38+
#[clippy::version = "1.75.0"]
3939
pub PUB_UNDERSCORE_FIELDS,
4040
pedantic,
4141
"struct field prefixed with underscore and marked public"

0 commit comments

Comments
 (0)