Remove unused extern crate.

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

View File

@ -109,8 +109,6 @@ extern crate alloc;
#[cfg(not(feature = "std"))] #[cfg(not(feature = "std"))]
extern crate core as std; extern crate core as std;
#[cfg(feature = "io")]
extern crate pest;
#[macro_use] #[macro_use]
#[cfg(feature = "io")] #[cfg(feature = "io")]
extern crate pest_derive; extern crate pest_derive;