Skip to content

Commit

Permalink
Apply fix from clippy (Rust 1.83)
Browse files Browse the repository at this point in the history
  • Loading branch information
teohhanhui committed Nov 30, 2024
1 parent 0cbe10a commit 66769e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hyfetch/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pub(crate) mod index_map_serde {
}
}

impl<'de, K> Visitor<'de> for KeySeed<K>
impl<K> Visitor<'_> for KeySeed<K>
where
K: FromStr,
K::Err: fmt::Display,
Expand Down

0 comments on commit 66769e8

Please sign in to comment.