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 62aa6b9 commit f53c6beCopy full SHA for f53c6be
clippy_lints/src/pub_underscore_fields.rs
@@ -24,7 +24,7 @@ declare_clippy_lint! {
24
/// _descriptor: usize,
25
/// }
26
/// ```
27
- #[clippy::version = "1.69.0"]
+ #[clippy::version = "1.74.0"]
28
pub PUB_UNDERSCORE_FIELDS,
29
pedantic,
30
"struct field prefixed with underscore and marked public"
0 commit comments