Skip to content

Commit ea8ac98

Browse files
committed
remove clippy lint allow
1 parent 30b9fc4 commit ea8ac98

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/builtins/core/date.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ impl PartialDate {
111111
),
112112
};
113113

114-
#[allow(clippy::needless_update)]
115114
{
116115
Ok(Self {
117116
year: Some(self.year.unwrap_or(fallback.year_with_provider(provider)?)),
@@ -121,7 +120,6 @@ impl PartialDate {
121120
era,
122121
era_year,
123122
calendar: fallback.calendar().clone(),
124-
..Default::default()
125123
})
126124
}
127125
}

0 commit comments

Comments
 (0)