aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTill Höppner2016-01-23 17:18:39 +0100
committerTill Höppner2016-01-23 17:18:39 +0100
commitb2d8cce90a50e7e68d425a6c692ce401d63de171 (patch)
treea7bca6ea7654eaa4768424e2969bcfd4b48c89f4 /src/lib.rs
parent71984f6cf07d3205ebfa3ffada41cf182236bfd4 (diff)
downloadilc-b2d8cce90a50e7e68d425a6c692ce401d63de171.tar.gz
ilc-b2d8cce90a50e7e68d425a6c692ce401d63de171.tar.xz
ilc-b2d8cce90a50e7e68d425a6c692ce401d63de171.zip
Fix compilation, fix dependencies
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 015af7d..e1b2db5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -12,9 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#![feature(plugin, slice_patterns, custom_derive, iter_arith)]
-#![plugin(regex_macros)]
-extern crate regex;
+#![feature(slice_patterns)]
extern crate chrono;
#[macro_use]
extern crate log as l;