Skip to content

Commit

Permalink
clippy fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 14, 2025
1 parent 2a16ca4 commit 6b8d95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hazmat/precomputed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const fn create_reciprocals() -> [Reciprocal; SMALL_PRIMES.len()] {
arr
}

pub(crate) const RECIPROCALS: [Reciprocal; SMALL_PRIMES.len()] = create_reciprocals();
pub(crate) static RECIPROCALS: [Reciprocal; SMALL_PRIMES.len()] = create_reciprocals();

#[cfg(test)]
mod tests {
Expand Down

0 comments on commit 6b8d95e

Please sign in to comment.