We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0188b56 commit 735afb0Copy full SHA for 735afb0
examples/type_conversion.rs
@@ -1,5 +1,10 @@
1
#[cfg(feature = "approx")]
2
-use {approx::assert_abs_diff_eq, ndarray::prelude::*, std::convert::TryFrom};
+use std::convert::TryFrom;
3
+
4
+#[cfg(feature = "approx")]
5
+use approx::assert_abs_diff_eq;
6
7
+use ndarray::prelude::*;
8
9
10
fn main() {
0 commit comments