Apply fix from clippy (Rust 1.83)
This commit is contained in:
@@ -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
|
where
|
||||||
K: FromStr,
|
K: FromStr,
|
||||||
K::Err: fmt::Display,
|
K::Err: fmt::Display,
|
||||||
|
|||||||
Reference in New Issue
Block a user