Skip to content

Commit 402f57d

Browse files
override clippy error about "needless lifetimes"
Signed-off-by: Thomas Fossati <[email protected]>
1 parent afa90d6 commit 402f57d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/token/base64.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ impl<'de> Deserialize<'de> for Bytes {
7575

7676
struct BytesVisitor;
7777

78+
#[allow(clippy::needless_lifetimes)]
7879
impl<'de> Visitor<'de> for BytesVisitor {
7980
type Value = Bytes;
8081

0 commit comments

Comments
 (0)