Skip to content

Commit

Permalink
CI clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rharish101 committed Dec 29, 2024
1 parent 47ff212 commit 6223c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widget/clock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ where
D: Deserializer<'de>,
{
struct TimeZoneVisitor;
impl<'de> Visitor<'de> for TimeZoneVisitor {
impl Visitor<'_> for TimeZoneVisitor {
type Value = TimeZone;

fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
Expand Down

0 comments on commit 6223c2a

Please sign in to comment.