Remove std::io once and for all!

This commit is contained in:
Alex Crichton 2013-10-21 23:06:12 -07:00
parent c4907cfd14
commit 6bb1df9251
11 changed files with 123 additions and 1854 deletions

View file

@ -10,8 +10,6 @@
// Tests that auto-ref can't create mutable aliases to immutable memory.
use std::io;
struct Foo {
x: int
}