mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Abuse Vec as an allocator in gfx
This commit is contained in:
parent
d6d772eba0
commit
ff23a8536e
2 changed files with 31 additions and 19 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
// For SIMD
|
||||
#![cfg_attr(feature = "unstable", feature(cfg_target_feature))]
|
||||
#![cfg_attr(any(target_os = "linux", target_os = "android"), feature(allocator_api))]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue