Skip to content

Commit

Permalink
Fixed clippy error in nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbosak committed Dec 3, 2024
1 parent 1fe8c26 commit e25a591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omaha-client/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl_from!([u32; 1], [u32; 2], [u32; 3], [u32; 4]);

struct VersionVisitor;

impl<'de> Visitor<'de> for VersionVisitor {
impl Visitor<'_> for VersionVisitor {
type Value = Version;

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

0 comments on commit e25a591

Please sign in to comment.