diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-12-30 13:58:31 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2015-01-05 12:30:51 +1100 |
| commit | 0302d379776fca82d3eb693046239dc66998f691 (patch) | |
| tree | ee410f469e5a025f09d1eca774ca3aa71f9d519e /src/libstd/io | |
| parent | 19120209d8e532514203d16a2cff0ad3b44de3bb (diff) | |
| download | rust-0302d379776fca82d3eb693046239dc66998f691.tar.gz rust-0302d379776fca82d3eb693046239dc66998f691.zip | |
Merge `UnicodeChar` and `CharExt`.
This "reexports" all the functionality of `core::char::CharExt` as methods on `unicode::u_char::UnicodeChar` (renamed to `CharExt`). Imports may need to be updated (one now just imports `unicode::CharExt`, or `std::char::CharExt` rather than two traits from either), so this is a [breaking-change]
Diffstat (limited to 'src/libstd/io')
| -rw-r--r-- | src/libstd/io/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index 51bf206f70e..3fa0b5645c5 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -248,7 +248,6 @@ use str; use string::String; use uint; use unicode; -use unicode::char::UnicodeChar; use vec::Vec; // Reexports |
