We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87eee6f commit 3e7329cCopy full SHA for 3e7329c
plugins/stronghold/src/lib.rs
@@ -113,7 +113,7 @@ impl<'de> Deserialize<'de> for KeyType {
113
{
114
struct KeyTypeVisitor;
115
116
- impl<'de> Visitor<'de> for KeyTypeVisitor {
+ impl Visitor<'_> for KeyTypeVisitor {
117
type Value = KeyType;
118
119
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
0 commit comments