Skip to content

Commit

Permalink
lib: export parsers module
Browse files Browse the repository at this point in the history
This export removes the compiler warnings when you run `cargo build`.

Signed-off-by: Tibor Benke <[email protected]>
  • Loading branch information
ihrwein committed Jul 5, 2015
1 parent 8ccc3c9 commit 940c3fe
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,7 +1,7 @@
#[macro_use]
extern crate log;

mod parsers;
pub mod parsers;
pub mod utils;
pub mod matcher;
pub mod grammar;
Expand Down

0 comments on commit 940c3fe

Please sign in to comment.