Skip to content

Commit

Permalink
Remove allow
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Aug 15, 2024
1 parent 15881d0 commit 2cadac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon_node/beacon_chain/src/data_availability_checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ impl<T: BeaconChainTypes> DataAvailabilityChecker<T> {

/// Put a list of custody columns received via RPC into the availability cache. This performs KZG
/// verification on the blobs in the list.
#[allow(clippy::type_complexity)]
pub fn put_rpc_custody_columns(
&self,
block_root: Hash256,
Expand Down

0 comments on commit 2cadac2

Please sign in to comment.