Skip to content

Commit

Permalink
Remove unneeded clippy annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Nov 1, 2023
1 parent 5a3cbdf commit d098563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/std_extensions/quantum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const fn is_valid_log_denom(n: u8) -> bool {
}

/// Type parameter for the log-denominator of an angle.
#[allow(clippy::assertions_on_constants)]
pub const LOG_DENOM_TYPE_PARAM: TypeParam =
TypeParam::bounded_nat(NonZeroU64::MIN.saturating_add(LOG_DENOM_MAX as u64));

Expand Down

0 comments on commit d098563

Please sign in to comment.