diff options
author | Till Hoeppner | 2015-07-23 23:17:20 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-07-23 23:17:26 +0200 |
commit | 47ebf402a67df74af0a25a3cac92012170029ad4 (patch) | |
tree | 98a93df34d7a1ff1e84f113161b765d2b8122dc2 /src/lib.rs | |
parent | 08e2b1bf76f616b050cb3e10a892bc32ba5592db (diff) | |
download | ilc-47ebf402a67df74af0a25a3cac92012170029ad4.tar.gz ilc-47ebf402a67df74af0a25a3cac92012170029ad4.tar.xz ilc-47ebf402a67df74af0a25a3cac92012170029ad4.zip |
General updates, for new API
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#![feature(plugin, slice_patterns, core, custom_derive)] +#![feature(plugin, slice_patterns, custom_derive, iter_arith)] #![plugin(regex_macros)] extern crate regex; extern crate chrono; |