diff --git a/parser-utils/src/lib.rs b/parser-utils/src/lib.rs index a40e45a0..f992afda 100644 --- a/parser-utils/src/lib.rs +++ b/parser-utils/src/lib.rs @@ -10,8 +10,8 @@ extern crate combine; -use self::combine::ParseResult; -use self::combine::combinator::{Expected, FnParser}; +use combine::ParseResult; +use combine::combinator::{Expected, FnParser}; // Nothing about this is specific to the type of parser. pub type ResultParser = Expected ParseResult>>;