chore(stronghold): fix clippy warnings

This commit is contained in:
FabianLars
2024-12-10 12:59:38 +01:00
parent 87eee6fbb3
commit 3e7329c8db
+1 -1
View File
@@ -113,7 +113,7 @@ impl<'de> Deserialize<'de> for KeyType {
{ {
struct KeyTypeVisitor; struct KeyTypeVisitor;
impl<'de> Visitor<'de> for KeyTypeVisitor { impl Visitor<'_> for KeyTypeVisitor {
type Value = KeyType; type Value = KeyType;
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {