1
Fork 0

Runtime removal: fully remove rtio

This patch cleans up the remnants of the runtime IO interface.

Because this eliminates APIs in `libnative` and `librustrt`, it is a:

[breaking-change]

This functionality is likely to be available publicly, in some form,
from `std` in the future.
This commit is contained in:
Aaron Turon 2014-10-17 13:39:27 -07:00
parent 431dcdc840
commit fa94fdad3e
11 changed files with 11 additions and 276 deletions

View file

@ -9,6 +9,11 @@
// except according to those terms.
#![allow(missing_doc)]
#![allow(non_camel_case_types)]
#![allow(unused_imports)]
#![allow(dead_code)]
#![allow(unused_unsafe)]
#![allow(unused_mut)]
extern crate libc;