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 0328a07 commit 72c0a2fCopy full SHA for 72c0a2f
src/utils/encodable.rs
@@ -25,7 +25,7 @@ impl PercentCodec for str {
25
}
26
27
28
-impl<'a> PercentCodec for ::std::borrow::Cow<'a, str> {
+impl PercentCodec for ::std::borrow::Cow<'_, str> {
29
fn encode<'s>(&self, encode_set: &'static AsciiSet) -> PercentEncode {
30
self.as_bytes().encode(encode_set)
31
0 commit comments