diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-01-06 08:25:56 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-01-06 08:25:56 -0500 |
commit | 017b72acbc7131172c05800568d48225b1d7d1b8 (patch) | |
tree | 9228d0796d2fb8fe4a7b7d2002a0e57af3dd0037 /src | |
parent | 72e71d9a7f94735504ad134226d5949b44fe7023 (diff) | |
download | two-timer-017b72acbc7131172c05800568d48225b1d7d1b8.zip |
hiding public API item
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -185,6 +185,9 @@ use pidgin::{Grammar, Match, Matcher}; use regex::Regex; lazy_static! { + // making this public is useful for testing, but best to keep it hidden to + // limit complexity and commitment + #[doc(hidden)] pub static ref GRAMMAR: Grammar = grammar!{ (?ibBw) |