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 585ab91 commit 4563d15Copy full SHA for 4563d15
compiler/rustc_lint/src/default_could_be_derived.rs
@@ -59,9 +59,8 @@ declare_lint! {
59
}
60
61
declare_lint! {
62
- /// The `manual_default_for_type_with_default_fields` lint checks for
63
- /// manual `impl` blocks of the `Default` trait of types with default
64
- /// field values.
+ /// The `default_overrides_default_fields` lint checks for manual `impl` blocks of the
+ /// `Default` trait of types with default field values.
65
///
66
/// ### Example
67
0 commit comments