Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Oct 7, 2023
1 parent 62aa6b9 commit f53c6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/pub_underscore_fields.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ declare_clippy_lint! {
/// _descriptor: usize,
/// }
/// ```
#[clippy::version = "1.69.0"]
#[clippy::version = "1.74.0"]
pub PUB_UNDERSCORE_FIELDS,
pedantic,
"struct field prefixed with underscore and marked public"
Expand Down

0 comments on commit f53c6be

Please sign in to comment.