diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2014-10-13 13:51:43 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2014-10-13 14:07:12 +0100 |
| commit | 61a8a28f9ff10aed41b1ee5c58df827db6b87d7c (patch) | |
| tree | 35ae7cbbe4fa019e81e5cd2ac7f616eca1a0496a /src/libunicode/lib.rs | |
| parent | 7dbd4349c406b997b486426d2e3aa9f2cc1fbd0c (diff) | |
| download | rust-61a8a28f9ff10aed41b1ee5c58df827db6b87d7c.tar.gz rust-61a8a28f9ff10aed41b1ee5c58df827db6b87d7c.zip | |
Include the Unicode version used to generate `src/libunicode/tables.rs`.
Diffstat (limited to 'src/libunicode/lib.rs')
| -rw-r--r-- | src/libunicode/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libunicode/lib.rs b/src/libunicode/lib.rs index 2918bad03df..b84aec77a09 100644 --- a/src/libunicode/lib.rs +++ b/src/libunicode/lib.rs @@ -64,6 +64,7 @@ pub mod char { pub use normalize::{decompose_canonical, decompose_compatible, compose}; pub use tables::normalization::canonical_combining_class; + pub use tables::UNICODE_VERSION; pub use u_char::{is_alphabetic, is_XID_start, is_XID_continue}; pub use u_char::{is_lowercase, is_uppercase, is_whitespace}; |
