mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Have our copy of the now deprecated std::env::page_size
This commit is contained in:
parent
f10851e788
commit
85aa1658cc
2 changed files with 8 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
#![feature(box_syntax)]
|
||||
#![feature(iter_arith)]
|
||||
#![cfg_attr(target_os="linux", feature(page_size))]
|
||||
#![feature(slice_splits)]
|
||||
|
||||
#[macro_use] extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue