diff options
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r-- | components/profile/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs index 382edcf31c6..5573907a1c9 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #![cfg_attr(not(target_os = "windows"), feature(alloc_jemalloc))] -#![feature(box_syntax)] #![deny(unsafe_code)] |