Skip to content

Commit

Permalink
Update lib.nr
Browse files Browse the repository at this point in the history
Deleted std
  • Loading branch information
manu-bhadoria authored Dec 6, 2023
1 parent 1c71705 commit 0557831
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.nr
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use dep::std;

struct Complex {
real: Field,
imaginary: Field,
Expand Down Expand Up @@ -495,4 +493,4 @@ fn test_evaluate_polynomial_zero() {
let result = evaluate_polynomial(coefficients, x);
assert(result.real == 0);
assert(result.imaginary == 0);
}
}

0 comments on commit 0557831

Please sign in to comment.