Skip to content

Commit

Permalink
make mod parser public
Browse files Browse the repository at this point in the history
ref #18 exposing the parsing results will allow us to use the ParseTokens to add new paths
  • Loading branch information
gkorland authored Aug 27, 2019
1 parent 2daef2c commit 494e452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pub use select::JsonPathError;
pub use select::{Selector, SelectorMut};

#[doc(hidden)]
mod parser;
pub mod parser;
#[doc(hidden)]
mod select;

Expand Down

0 comments on commit 494e452

Please sign in to comment.