mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
3c81d3df0a
char_private.rs is generated programmatically by char_private.py, using data retrieved from the Unicode Consortium's website. The motivation here was to make `is_printable` crate-visible (with `pub(crate)`), but it would seem that the Unicode data has changed slightly since char_private.rs was last generated.