Move to new io in util.

This commit is contained in:
Ms2ger 2015-03-28 20:00:13 +01:00
parent ce3f777a12
commit 573f721714
3 changed files with 5 additions and 5 deletions

View file

@ -2,8 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use std::old_io as io;
use std::old_io::Writer;
use std::io::{self, Write};
use std::mem;
use std::mem::size_of;
use std::slice;