diff options
| author | Joe Wilm <joe@jwilm.com> | 2016-07-15 07:55:44 -0700 |
|---|---|---|
| committer | Joe Wilm <joe@jwilm.com> | 2016-07-15 07:55:44 -0700 |
| commit | 80f6f542abf8701de45010f5f29f4bfae74fe8cd (patch) | |
| tree | 1067f664278cf5b9a2998bc0e71f6201a8d3c00f /src/main.rs | |
| parent | 316ccd1c3a883f447d63fd5c935cdf5f37e75157 (diff) | |
| download | r-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.rs | 1 |
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)] |