We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726bf73 commit aad7c8dCopy full SHA for aad7c8d
1 file changed
src/frame.rs
@@ -37,7 +37,7 @@ impl<'a> Frame<'a> {
37
}
38
39
40
-impl<'a> Deref for Frame<'a> {
+impl Deref for Frame<'_> {
41
type Target = [u8];
42
43
fn deref(&self) -> &Self::Target {
0 commit comments