Skip to content

Commit 4563d15

Browse files
committed
Fix lint description
1 parent 585ab91 commit 4563d15

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

compiler/rustc_lint/src/default_could_be_derived.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ declare_lint! {
5959
}
6060

6161
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.
62+
/// The `default_overrides_default_fields` lint checks for manual `impl` blocks of the
63+
/// `Default` trait of types with default field values.
6564
///
6665
/// ### Example
6766
///

0 commit comments

Comments
 (0)