diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-01-06 17:43:31 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-01-06 17:43:31 +0100 |
commit | 67aea3bba42067daa6b445907ae89b95e6407ff7 (patch) | |
tree | 25b04050707ed328dcb9a48f596a6356340777f6 /components/range/lib.rs | |
parent | 0cd0bdd33e9ab52442935b307062f0f93d10b733 (diff) | |
download | servo-67aea3bba42067daa6b445907ae89b95e6407ff7.tar.gz servo-67aea3bba42067daa6b445907ae89b95e6407ff7.zip |
Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)
Diffstat (limited to 'components/range/lib.rs')
-rw-r--r-- | components/range/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/range/lib.rs b/components/range/lib.rs index 2b76a070911..d3554477140 100644 --- a/components/range/lib.rs +++ b/components/range/lib.rs @@ -2,7 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#![feature(proc_macro)] #![feature(step_trait)] #![deny(unsafe_code)] |