mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Revert "Auto merge of #17633 - servo:rustup, r=nox"
This reverts commit327e72aa14
, reversing changes made toeec51cdd57
.
This commit is contained in:
parent
e24d81dbe7
commit
dc28d6244c
3 changed files with 10 additions and 13 deletions
|
@ -3,9 +3,11 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// For SIMD
|
||||
#![cfg_attr(any(target_os = "linux", target_os = "android"), feature(alloc, allocator_api))]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(cfg_target_feature)]
|
||||
#![cfg_attr(any(target_os = "linux", target_os = "android"), feature(heap_api))]
|
||||
|
||||
#![cfg_attr(any(target_os = "linux", target_os = "android"), feature(alloc))]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(range_contains)]
|
||||
#![feature(unique)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue