Apply fix from clippy (Rust 1.83)
This commit is contained in:
parent
99d652383a
commit
6558cf39f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue