diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-10-11 20:21:07 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-10-11 20:21:07 +0200 |
commit | 4ee8f56b9cdb3c47e598eb27e94f07350fb58c5d (patch) | |
tree | 9431c5d5c329c697ae9a07cbd3d5081a47a005bc /components/script/lib.rs | |
parent | cbcc7d080211a5706937d991145fea0c76a0f248 (diff) | |
download | servo-4ee8f56b9cdb3c47e598eb27e94f07350fb58c5d.tar.gz servo-4ee8f56b9cdb3c47e598eb27e94f07350fb58c5d.zip |
Remove usage of unstable feature ascii_ctypes
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 6a6a40417e3..b8b507c9d79 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_ctype)] #![feature(box_syntax)] #![feature(conservative_impl_trait)] #![feature(const_fn)] |