aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3df9cfd..7e4de8b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;