Skip to content

Commit

Permalink
Remove another unused extern crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jul 30, 2022
1 parent d5284a2 commit 54ab62d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nalgebra-sparse/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@
)]

pub extern crate nalgebra as na;
#[cfg(feature = "io")]
extern crate pest;
#[macro_use]
#[cfg(feature = "io")]
extern crate pest_derive;
Expand Down

0 comments on commit 54ab62d

Please sign in to comment.