diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2015-09-21 13:12:01 +0530 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-09-23 14:44:59 +0200 |
commit | 3c969b346a02928abeea2796a0ec92a072f70b6e (patch) | |
tree | fbf7b015edf85032dd2327dde6867da2c568b594 /components/style/lib.rs | |
parent | 8f1469eb08a437bcc6cfb510334be2b6430b4a8f (diff) | |
download | servo-3c969b346a02928abeea2796a0ec92a072f70b6e.tar.gz servo-3c969b346a02928abeea2796a0ec92a072f70b6e.zip |
Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 951520067a3..f230bc5a02f 100644 --- a/components/style/lib.rs +++ b/components/style/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(arc_unique)] #![feature(box_syntax)] #![feature(box_patterns)] #![feature(concat_idents)] |