diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-23 17:05:41 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-08-23 17:05:41 +0200 |
commit | e034117152c27bb7e901a25c8bbfd4a5e0ed2e67 (patch) | |
tree | f2dfaea8889e50521594bb1b98c96731c51354a9 /components/script/lib.rs | |
parent | f863a7c317c1f52cde690085b40c3441b6cd789f (diff) | |
download | servo-e034117152c27bb7e901a25c8bbfd4a5e0ed2e67.tar.gz servo-e034117152c27bb7e901a25c8bbfd4a5e0ed2e67.zip |
Update Rust to 1.13.0-nightly (3c5a0fa45 2016-08-22)
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 bf5e7807a80..0f28a2b065c 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(as_unsafe_cell)] #![feature(box_syntax)] #![feature(conservative_impl_trait)] #![feature(const_fn)] |