Skip to content

Commit

Permalink
Remove extern crate, not needed in modern Rust.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and elrnv committed Aug 14, 2023
1 parent 3d702a9 commit 7213ccb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
//!
//! assert_eq!(data.as_slice(), &[0.0]);
//! ```
extern crate nom;

pub(crate) mod basic;
#[macro_use]
Expand Down

0 comments on commit 7213ccb

Please sign in to comment.