mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
7f4048c710
Remove the UnicodeVersion struct containing major, minor and update fields and replace it with a 3-tuple containing the version number. As the value of each field is limited to 255 use u8 to store them.