]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/unicode/mod.rs
Suggest more impl Trait on `-> _`
[rust.git] / library / core / src / unicode / mod.rs
index 72fa059b787df48bf7c67dea1964c3696038be5b..e1faa407d54c55206b50477caba6e89482592d1f 100644 (file)
@@ -17,7 +17,7 @@
 #[stable(feature = "unicode_version", since = "1.45.0")]
 pub const UNICODE_VERSION: (u8, u8, u8) = unicode_data::UNICODE_VERSION;
 
-// For use in liballoc, not re-exported in libstd.
+// For use in alloc, not re-exported in std.
 pub use unicode_data::{
     case_ignorable::lookup as Case_Ignorable, cased::lookup as Cased, conversions,
 };