chore(stronghold): fix clippy warnings

pull/2246/head
FabianLars 6 months ago
parent 87eee6fbb3
commit 3e7329c8db
No known key found for this signature in database

@ -113,7 +113,7 @@ impl<'de> Deserialize<'de> for KeyType {
{
struct KeyTypeVisitor;
impl<'de> Visitor<'de> for KeyTypeVisitor {
impl Visitor<'_> for KeyTypeVisitor {
type Value = KeyType;
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {

Loading…
Cancel
Save