Skip to content

Commit

Permalink
Remove references to unknown feature io
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Aug 5, 2018
1 parent 60ad636 commit 5815a84
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions src/test/run-pass/issue-13304.rs
Expand Up @@ -11,8 +11,6 @@
// ignore-cloudabi no processes
// ignore-emscripten no processes

#![feature(io)]

use std::env;
use std::io::prelude::*;
use std::io;
Expand Down
2 changes: 0 additions & 2 deletions src/test/run-pass/issue-14456.rs
Expand Up @@ -11,8 +11,6 @@
// ignore-cloudabi no processes
// ignore-emscripten no processes

#![feature(io)]

use std::env;
use std::io::prelude::*;
use std::io;
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/issue-17322.rs
Expand Up @@ -10,7 +10,7 @@

// pretty-expanded FIXME #23616

#![feature(box_syntax, io)]
#![feature(box_syntax)]

use std::io::{self, Write};

Expand Down
2 changes: 0 additions & 2 deletions src/test/run-pass/issue-4333.rs
Expand Up @@ -10,8 +10,6 @@

// pretty-expanded FIXME #23616

#![feature(io)]

use std::io;

pub fn main() {
Expand Down

0 comments on commit 5815a84

Please sign in to comment.