nalgebra-lapack: remove useless `extern crate`.

This commit is contained in:
sebcrozet 2020-04-05 17:19:07 +02:00
parent 191ccbf551
commit 4103da4bc1
1 changed files with 0 additions and 4 deletions

View File

@ -73,11 +73,7 @@
html_root_url = "https://nalgebra.org/rustdoc"
)]
extern crate alga;
extern crate lapack;
extern crate lapack_src;
extern crate nalgebra as na;
extern crate num_complex;
extern crate num_traits as num;
mod lapack_check;