Skip to content

Commit

Permalink
Allow clippy::redundant_closure_call
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Sep 18, 2023
1 parent 0c8c682 commit 4a571cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rfc5245/attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,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)))
}
Expand Down

0 comments on commit 4a571cf

Please sign in to comment.