Fix build with 'nightly' feature

This commit is contained in:
Ticki 2016-04-02 23:06:10 +02:00
parent 6a792cd86d
commit b36e5fa721
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
//! break.
#![warn(missing_docs)]
#![cfg_attr(feature = "nightly", feature(io))]
#[cfg(not(target_os = "redox"))]
extern crate libc;