Remove commented out reference to array-macro (#683)

This commit is contained in:
Bruce Mitchener
2024-07-14 19:28:58 +07:00
committed by GitHub
parent 678a725c66
commit 685dc1729d

View File

@@ -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;