aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remind/parser.rs
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2019-12-07 20:43:44 +0100
committerJokler <jokler.contact@gmail.com>2019-12-07 20:43:44 +0100
commitfc622ed40c866de5d6dfe3a8015d261ad2246c61 (patch)
tree47c55aefed6fc5f642d21dd02a301c1a03049bc3 /src/plugins/remind/parser.rs
parentc7ea1433942bee14be096f39c67136801039263f (diff)
downloadfrippy-fc622ed40c866de5d6dfe3a8015d261ad2246c61.tar.gz
frippy-fc622ed40c866de5d6dfe3a8015d261ad2246c61.zip
Remove 'extern crate' lines
Diffstat (limited to 'src/plugins/remind/parser.rs')
-rw-r--r--src/plugins/remind/parser.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/remind/parser.rs b/src/plugins/remind/parser.rs
index b9682df..a695472 100644
--- a/src/plugins/remind/parser.rs
+++ b/src/plugins/remind/parser.rs
@@ -5,6 +5,7 @@ use time;
use super::error::*;
use failure::ResultExt;
+use log::debug;
#[derive(Default, Debug)]
pub struct CommandParser {