diff options
Diffstat (limited to 'std/src/io/mod.rs')
| -rw-r--r-- | std/src/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/src/io/mod.rs b/std/src/io/mod.rs index 3e43a44..f66aa60 100644 --- a/std/src/io/mod.rs +++ b/std/src/io/mod.rs @@ -248,7 +248,7 @@ //! time and may call fewer or more syscalls/library functions. use cmp; -use rustc_unicode::str as core_str; +use std_unicode::str as core_str; use error as std_error; use fmt; use result; |