Skip to content

Commit

Permalink
clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed May 7, 2022
1 parent 952f11a commit 8da9820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipld/amt/benches/amt_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ impl<'de> Deserialize<'de> for BenchData {
where
D: Deserializer<'de>,
{
#[allow(let_unit_value)]
let _s: () = Deserialize::deserialize(deserializer)?;

Ok(Self::default())
Expand Down

0 comments on commit 8da9820

Please sign in to comment.