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 6208be5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipld/amt/benches/amt_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ impl Serialize for BenchData {
().serialize(serializer)
}
}

impl<'de> Deserialize<'de> for BenchData {
#[allow(clippy::let_unit_value)]
fn deserialize<D>(deserializer: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where
D: Deserializer<'de>,
Expand Down

0 comments on commit 6208be5

Please sign in to comment.