aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorRavi Shankar <wafflespeanut@gmail.com>2015-09-26 00:51:04 +0530
committerRavi Shankar <wafflespeanut@gmail.com>2015-09-26 00:51:04 +0530
commit35d7ced89e164e778f9dd29ca5f8dc3a8aca8bdf (patch)
tree27bf792553a1f8df67ddd4159a7a6c0974500443 /components/script/lib.rs
parente04c2c78ee43ad81f2794d908a13744b6b976443 (diff)
downloadservo-35d7ced89e164e778f9dd29ca5f8dc3a8aca8bdf.tar.gz
servo-35d7ced89e164e778f9dd29ca5f8dc3a8aca8bdf.zip
fixed the 'as_slice' deprecated warning
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 1380502957e..40df1c66ed2 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(ascii)]
-#![feature(as_slice)]
#![feature(as_unsafe_cell)]
#![feature(borrow_state)]
#![feature(box_syntax)]