Skip to content

Commit

Permalink
Remove reexports of nom types
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed Jun 22, 2022
1 parent 73f4d56 commit 6a7ec54
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 @@ -44,7 +44,6 @@ extern crate serde_derive;
use std::convert::TryFrom;

use derive_getters::Getters;
pub use nom::error::{convert_error, VerboseError};

pub mod parser;

Expand Down

0 comments on commit 6a7ec54

Please sign in to comment.