From 685dc1729d066af1b1a71a6536d9c35af9503d00 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 14 Jul 2024 19:28:58 +0700 Subject: Remove commented out reference to array-macro (#683) --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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; -- cgit