Skip to content

Commit 86ea6ae

Browse files
committed
clippy damn you
1 parent a46894e commit 86ea6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/de/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pub trait Decoder: Sealed {
160160
fn context(&mut self) -> &mut Self::Context;
161161

162162
/// Wraps decoder with a context
163-
fn with_context<'a, C>(&'a mut self, context: C) -> WithContext<'a, Self, C> {
163+
fn with_context<C>(&mut self, context: C) -> WithContext<Self, C> {
164164
WithContext {
165165
decoder: self,
166166
context,

0 commit comments

Comments
 (0)