summaryrefslogtreecommitdiffstats
path: root/grep/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grep/src/lib.rs')
-rw-r--r--grep/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/grep/src/lib.rs b/grep/src/lib.rs
index 7526621d..1fd01269 100644
--- a/grep/src/lib.rs
+++ b/grep/src/lib.rs
@@ -19,6 +19,7 @@ pub use search::{Grep, GrepBuilder, Iter, Match};
mod literals;
mod nonl;
mod search;
+mod word_boundary;
/// Result is a convenient type alias that fixes the type of the error to
/// the `Error` type defined in this crate.