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 57fb74e commit bc1cc95Copy full SHA for bc1cc95
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