Apply fix from clippy (Rust 1.83)

This commit is contained in:
Teoh Han Hui 2024-11-30 08:41:38 +08:00
parent 99d652383a
commit 6558cf39f1
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE

View file

@ -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,