Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/lib.rs')
| -rw-r--r-- | helix-core/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 1abd90d1..6b9d359c 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -30,7 +30,7 @@ mod transaction; pub mod wrap; pub mod unicode { - pub use unicode_general_category as category; + pub use icu_properties as properties; pub use unicode_segmentation as segmentation; pub use unicode_width as width; } |