diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-07-14 19:28:58 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-14 14:28:58 +0200 |
| commit | 685dc1729d066af1b1a71a6536d9c35af9503d00 (patch) | |
| tree | aeaf84e9ea5af916ebdaa5074c856ed50b2cb900 | |
| parent | 678a725c66fed0878cd71f8025cd0ddabdd20530 (diff) | |
| download | rapier-685dc1729d066af1b1a71a6536d9c35af9503d00.tar.gz rapier-685dc1729d066af1b1a71a6536d9c35af9503d00.tar.bz2 rapier-685dc1729d066af1b1a71a6536d9c35af9503d00.zip | |
Remove commented out reference to array-macro (#683)
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |
