10 lines
242 B
Diff
10 lines
242 B
Diff
diff --git a/src/bin/crontab.rs b/src/bin/crontab.rs
|
|
index 6c8ea63..d117d7c 100644
|
|
--- a/src/bin/crontab.rs
|
|
+++ b/src/bin/crontab.rs
|
|
@@ -1,3 +1,4 @@
|
|
+#![allow(soft_unstable)]
|
|
extern crate cronparse;
|
|
extern crate docopt;
|
|
extern crate glob;
|