Skip to content

Commit a10f1e0

Browse files
author
LukeMathWalker
committed
Remove noisy_floats dangling imports
1 parent 4d1c9ce commit a10f1e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/numeric.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
extern crate noisy_float;
21
extern crate approx;
32
use std::f64;
43
use ndarray::{Array1, array};
5-
use noisy_float::types::N64;
64
use approx::abs_diff_eq;
75

86
#[test]

0 commit comments

Comments
 (0)