rust/src/libcore/str
Simon Sapin 031f9b15df Only keep one copy of the UTF8_CHAR_WIDTH table.
… instead of one of each of libcore and libstd_unicode.

Move the `utf8_char_width` function to `core::str`
under the `str_internals` unstable feature.
2017-03-01 23:25:27 +01:00
..
mod.rs Only keep one copy of the UTF8_CHAR_WIDTH table. 2017-03-01 23:25:27 +01:00
pattern.rs name anonymous fn parameters in libcore traits 2017-02-09 22:31:21 +01:00