Skip to content

Commit

Permalink
Re-export the internal version of pest in use
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 5, 2022
1 parent 837032d commit b3452bd
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
@@ -1,6 +1,6 @@
#[macro_use]
extern crate pest_derive;
extern crate pest;
pub extern crate pest;

use pest::error::Error;
use pest::error::ErrorVariant;
Expand Down

0 comments on commit b3452bd

Please sign in to comment.