diff --git a/crates/hyfetch/src/utils.rs b/crates/hyfetch/src/utils.rs index d7c90bff..f9b61f80 100644 --- a/crates/hyfetch/src/utils.rs +++ b/crates/hyfetch/src/utils.rs @@ -167,7 +167,7 @@ pub(crate) mod index_map_serde { } } - impl<'de, K> Visitor<'de> for KeySeed + impl Visitor<'_> for KeySeed where K: FromStr, K::Err: fmt::Display,