diff options
| author | Jokler <jokler.contact@gmail.com> | 2019-12-07 20:43:44 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2019-12-07 20:43:44 +0100 |
| commit | fc622ed40c866de5d6dfe3a8015d261ad2246c61 (patch) | |
| tree | 47c55aefed6fc5f642d21dd02a301c1a03049bc3 /src/plugins/remind/parser.rs | |
| parent | c7ea1433942bee14be096f39c67136801039263f (diff) | |
| download | frippy-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.rs | 1 |
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 { |
