aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c614c89..560fd6b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -32,8 +32,6 @@ pub extern crate nalgebra as na;
#[macro_use]
extern crate serde;
extern crate num_traits as num;
-// #[macro_use]
-// extern crate array_macro;
#[cfg(feature = "parallel")]
pub use rayon;