diff options
author | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-17 01:56:39 +0200 |
---|---|---|
committer | Fredrik Meringdal <fmeringdal@hotmail.com> | 2020-10-17 01:56:39 +0200 |
commit | d2fe9bf6fec3c273a785813ccf915816f8486d46 (patch) | |
tree | 90054001b04f52925d57ef1d80550b71451921b1 /src/options.rs | |
parent | e508161cd3580888febaef4bbb848e219797e378 (diff) | |
download | rust_rrule-d2fe9bf6fec3c273a785813ccf915816f8486d46.zip |
some small fixes
Diffstat (limited to 'src/options.rs')
-rw-r--r-- | src/options.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options.rs b/src/options.rs index 7b2a01e..30143c1 100644 --- a/src/options.rs +++ b/src/options.rs @@ -1,4 +1,3 @@ - use chrono::prelude::*; #[derive(Debug)] |