mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Move to new io in util.
This commit is contained in:
parent
ce3f777a12
commit
573f721714
3 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue