Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es committed Jan 9, 2025
1 parent 99747a0 commit f606506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/types/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ impl<TYPES: NodeType> VidDisperse<TYPES> {
/// optionally using precompute data from builder.
/// If the sender epoch is missing, it means it's the same as the target epoch.
///
/// # Panics
/// Panics if the VID calculation fails, this should not happen.
/// # Errors
/// Returns an error if the disperse or commitment calculation fails
#[allow(clippy::panic)]
pub async fn calculate_vid_disperse(
txns: Arc<[u8]>,
Expand Down

0 comments on commit f606506

Please sign in to comment.