diff options
author | Till Höppner | 2016-01-23 17:18:39 +0100 |
---|---|---|
committer | Till Höppner | 2016-01-23 17:18:39 +0100 |
commit | b2d8cce90a50e7e68d425a6c692ce401d63de171 (patch) | |
tree | a7bca6ea7654eaa4768424e2969bcfd4b48c89f4 /src/lib.rs | |
parent | 71984f6cf07d3205ebfa3ffada41cf182236bfd4 (diff) | |
download | ilc-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.rs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |