diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-04-26 09:52:09 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-04-26 09:52:09 +0200 |
commit | 40fdf450c8c8c21042f594c4a8b2964ce151981d (patch) | |
tree | df9ba1029e080dfd1e8c9c887c82b97b8c3927e4 /components/script/lib.rs | |
parent | 09b2efc7061337593d948c7fb11b9d80ba42df5a (diff) | |
download | servo-40fdf450c8c8c21042f594c4a8b2964ce151981d.tar.gz servo-40fdf450c8c8c21042f594c4a8b2964ce151981d.zip |
Update rustc.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 0748ae954a6..43d42d47a95 100644 --- a/components/script/lib.rs +++ b/components/script/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(ascii)] #![feature(as_unsafe_cell)] #![feature(borrow_state)] #![feature(box_syntax)] |