Skip to content

Commit 40c7d01

Browse files
committed
apply clippy fixes
1 parent d53d9a8 commit 40c7d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ impl<'de> serde::Deserialize<'de> for Url {
718718

719719
struct UrlVisitor;
720720

721-
impl<'de> Visitor<'de> for UrlVisitor {
721+
impl Visitor<'_> for UrlVisitor {
722722
type Value = Url;
723723

724724
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {

0 commit comments

Comments
 (0)