aboutsummaryrefslogtreecommitdiff
path: root/librustc_unicode/lib.rs
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-06-06 23:05:39 +0300
committerpravic <[email protected]>2016-06-06 23:05:39 +0300
commitddc401e0bf4f972bc2916601797d12bb97c5f1dc (patch)
tree8aa799e4fdf089c5060f3ea8b567943681603b85 /librustc_unicode/lib.rs
parentupdate libcore to 2016-04-29 nightly (diff)
downloadkmd-env-rs-ddc401e0bf4f972bc2916601797d12bb97c5f1dc.tar.xz
kmd-env-rs-ddc401e0bf4f972bc2916601797d12bb97c5f1dc.zip
update to 2016-06-06
Diffstat (limited to 'librustc_unicode/lib.rs')
-rw-r--r--librustc_unicode/lib.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/librustc_unicode/lib.rs b/librustc_unicode/lib.rs
index 2f7f724..b03d7ee 100644
--- a/librustc_unicode/lib.rs
+++ b/librustc_unicode/lib.rs
@@ -43,14 +43,14 @@ pub mod char;
#[allow(deprecated)]
pub mod str {
- pub use u_str::{UnicodeStr, SplitWhitespace};
- pub use u_str::{utf8_char_width, is_utf16};
- pub use u_str::{Utf16Encoder};
+ pub use u_str::{SplitWhitespace, UnicodeStr};
+ pub use u_str::{is_utf16, utf8_char_width};
+ pub use u_str::Utf16Encoder;
}
// For use in libcollections, not re-exported in libstd.
pub mod derived_property {
- pub use tables::derived_property::{Cased, Case_Ignorable};
+ pub use tables::derived_property::{Case_Ignorable, Cased};
}
// For use in libsyntax