diff options
Diffstat (limited to 'tests/tests.rs')
-rw-r--r-- | tests/tests.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tests.rs b/tests/tests.rs index 17acb23..2dee5c1 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -6,9 +6,9 @@ use chrono::naive::NaiveDate; use chrono::{Duration, Local}; // a debugging method to print out the parse tree -fn show_me(p: &str) { - println!("{}", two_timer::MATCHER.parse(p).unwrap()); -} +// fn show_me(p: &str) { +// println!("{}", two_timer::MATCHER.parse(p).unwrap()); +// } #[test] fn can_use_parsable() { |