We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b2ef6 commit cb98e49Copy full SHA for cb98e49
clippy_lints/src/pub_underscore_fields.rs
@@ -35,7 +35,7 @@ declare_clippy_lint! {
35
/// pub descriptor: usize,
36
/// }
37
/// ```
38
- #[clippy::version = "1.74.0"]
+ #[clippy::version = "1.75.0"]
39
pub PUB_UNDERSCORE_FIELDS,
40
pedantic,
41
"struct field prefixed with underscore and marked public"
0 commit comments