Have our copy of the now deprecated std::env::page_size

This commit is contained in:
Simon Sapin 2015-07-30 17:31:50 +02:00
parent f10851e788
commit 85aa1658cc
2 changed files with 8 additions and 2 deletions

View file

@ -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;