Remove unused extern crate.
This commit is contained in:
parent
89767ee9f3
commit
d5284a2a86
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue