Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Oct 4, 2024
1 parent bb62767 commit bb76105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl<'de> serde::Deserialize<'de> for Chain {
fn deserialize<D: serde::Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error> {
struct ChainVisitor;

impl<'de> serde::de::Visitor<'de> for ChainVisitor {
impl serde::de::Visitor<'_> for ChainVisitor {
type Value = Chain;

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

0 comments on commit bb76105

Please sign in to comment.