Skip to content

Commit 72c0a2f

Browse files
committed
chore: make newer clippy happy
1 parent 0328a07 commit 72c0a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/encodable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ impl PercentCodec for str {
2525
}
2626
}
2727

28-
impl<'a> PercentCodec for ::std::borrow::Cow<'a, str> {
28+
impl PercentCodec for ::std::borrow::Cow<'_, str> {
2929
fn encode<'s>(&self, encode_set: &'static AsciiSet) -> PercentEncode {
3030
self.as_bytes().encode(encode_set)
3131
}

0 commit comments

Comments
 (0)