Skip to content

Commit 3e7329c

Browse files
committed
chore(stronghold): fix clippy warnings
1 parent 87eee6f commit 3e7329c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/stronghold/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ impl<'de> Deserialize<'de> for KeyType {
113113
{
114114
struct KeyTypeVisitor;
115115

116-
impl<'de> Visitor<'de> for KeyTypeVisitor {
116+
impl Visitor<'_> for KeyTypeVisitor {
117117
type Value = KeyType;
118118

119119
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {

0 commit comments

Comments
 (0)