Skip to content

Commit

Permalink
Remove unused extern crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jul 30, 2022
1 parent 89767ee commit d5284a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ extern crate alloc;
#[cfg(not(feature = "std"))]
extern crate core as std;

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

0 comments on commit d5284a2

Please sign in to comment.