Skip to content

Commit

Permalink
Make crate::parse_result::ParseResult public (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk authored Aug 2, 2024
1 parent 5562e4a commit 37e6690
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 @@ -52,7 +52,7 @@ pub use error::*;
pub use node_enum::*;
pub use node_mut::*;
pub use node_ref::*;
pub use node_structs::*;
pub use parse_result::*;
pub use query::*;
pub use truncate::*;

Expand Down

0 comments on commit 37e6690

Please sign in to comment.