Revert "Replace unicode-general-category with icu-properties (#10989)" (#11006)

This reverts commit 9b7dffbd61.
This commit is contained in:
Kirawi 2024-06-22 21:05:53 -04:00 committed by GitHub
parent 9b7dffbd61
commit b55cb3aa11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 5 deletions

View file

@ -30,7 +30,7 @@ mod transaction;
pub mod wrap;
pub mod unicode {
pub use icu_properties as properties;
pub use unicode_general_category as category;
pub use unicode_segmentation as segmentation;
pub use unicode_width as width;
}