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 81ae91d commit dad9ad8Copy full SHA for dad9ad8
crates/types/src/endpoint.rs
@@ -78,7 +78,7 @@ impl<'de> serde::Deserialize<'de> for AddressKind {
78
}
79
80
81
- impl<'de> serde::de::Visitor<'de> for Visitor {
+ impl serde::de::Visitor<'_> for Visitor {
82
type Value = AddressKind;
83
84
fn expecting(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
0 commit comments