We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9344a commit 733d9faCopy full SHA for 733d9fa
src/type_de.rs
@@ -26,7 +26,7 @@ impl<'de> Deserialize<'de> for Entry {
26
{
27
struct FieldVisitor;
28
29
- impl<'de> Visitor<'de> for FieldVisitor {
+ impl Visitor<'_> for FieldVisitor {
30
type Value = Field;
31
32
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
0 commit comments