Skip to content

Commit cbb95c8

Browse files
author
Anthony Huang
committed
Remove lint skip
1 parent 08334fc commit cbb95c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/default.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ declare_clippy_lint! {
6363
"binding initialized with Default should have its fields set in the initializer"
6464
}
6565

66-
#[allow(clippy::self_named_constructor)]
6766
#[derive(Default)]
6867
pub struct Default {
6968
// Spans linted by `field_reassign_with_default`.

0 commit comments

Comments
 (0)