aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-07-15 07:55:44 -0700
committerJoe Wilm <joe@jwilm.com>2016-07-15 07:55:44 -0700
commit80f6f542abf8701de45010f5f29f4bfae74fe8cd (patch)
tree1067f664278cf5b9a2998bc0e71f6201a8d3c00f /src/main.rs
parent316ccd1c3a883f447d63fd5c935cdf5f37e75157 (diff)
downloadr-alacritty-80f6f542abf8701de45010f5f29f4bfae74fe8cd.tar.gz
r-alacritty-80f6f542abf8701de45010f5f29f4bfae74fe8cd.tar.bz2
r-alacritty-80f6f542abf8701de45010f5f29f4bfae74fe8cd.zip
Update to latest nightly
Previous version of serde no longer worked; cargo packages were updated as a result. `Zero` and `One` traits were deprecated. Use of those was removed. The `Step` trait gained a lot more methods, and the index::$ty implementations were updated.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index be45ed11..e24ed9f8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -18,7 +18,6 @@
#![feature(inclusive_range_syntax)]
#![feature(drop_types_in_const)]
#![feature(unicode)]
-#![feature(zero_one)]
#![feature(step_trait)]
#![feature(custom_derive, plugin)]
#![plugin(serde_macros)]