Remove another unused extern crate.

This commit is contained in:
Sébastien Crozet 2022-07-30 18:19:17 +02:00
parent d5284a2a86
commit 54ab62d971
1 changed files with 0 additions and 2 deletions

View File

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