Skip to content

Commit

Permalink
Use std explicitly for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Mar 14, 2022
1 parent 36b5091 commit 8703ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k256/src/arithmetic/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ impl Neg for &FieldElement {

#[cfg(test)]
mod tests {
extern crate std;
use std::panic;

use elliptic_curve::ff::Field;
Expand Down

0 comments on commit 8703ec5

Please sign in to comment.