diff options
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)] |