Skip to content

Commit

Permalink
p521: remove unneeded allow(dead_code) attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Nov 2, 2023
1 parent a7a39d9 commit a9e16d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p521/src/arithmetic/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@ mod tests {
};

/// t = (modulus - 1) >> S
#[allow(dead_code)]
const T: [u64; 9] = [
0xffffffffffffffff,
0xffffffffffffffff,
Expand Down

0 comments on commit a9e16d0

Please sign in to comment.