Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Dec 6, 2024
1 parent a10fb33 commit 27ab149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hex_or_bin/hex_or_bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ where
out: T,
_ph: core::marker::PhantomData<T>,
}
impl<'de, T> serde::de::Visitor<'de> for Visitor<T>
impl<T> serde::de::Visitor<'_> for Visitor<T>
where
T: AsMut<[u8]>,
{
Expand Down

0 comments on commit 27ab149

Please sign in to comment.