Rename std::io => std::old_io

The iopocalypse begins
This commit is contained in:
Chris Wong 2015-01-30 18:00:22 +13:00
parent 6f08b62922
commit 9ee1c76e93

View file

@ -157,7 +157,7 @@
#![allow(unstable)]
use std::fmt;
use std::io::{IoError, IoErrorKind, IoResult};
use std::old_io::{IoError, IoErrorKind, IoResult};
/// Escape an HTML value.
pub fn escape(s: &str) -> String {