Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Sep 18, 2023
1 parent 8408ad8 commit 7a2360e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rfc8656/attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ macro_rules! impl_encode {
track!(self.0.encode(buf, eos))
}

#[allow(clippy::redundant_closure_call)]
fn start_encoding(&mut self, item: Self::Item) -> Result<()> {
track!(self.0.start_encoding($map_from(item).into()))
}
Expand Down

0 comments on commit 7a2360e

Please sign in to comment.