Skip to content

Commit dad9ad8

Browse files
committed
Fix lint
1 parent 81ae91d commit dad9ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/types/src/endpoint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ impl<'de> serde::Deserialize<'de> for AddressKind {
7878
}
7979
}
8080

81-
impl<'de> serde::de::Visitor<'de> for Visitor {
81+
impl serde::de::Visitor<'_> for Visitor {
8282
type Value = AddressKind;
8383

8484
fn expecting(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

0 commit comments

Comments
 (0)