Rename std::io => std::old_io
The iopocalypse begins
This commit is contained in:
parent
6f08b62922
commit
9ee1c76e93
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue