393ce1820e
This changes the type of some public constants/statics in libunicode. Notably some `&'static &'static [(char, char)]` have changed to `&'static [(char, char)]`. The regexp crate seems to be the sole user of these, yet this is technically a [breaking-change] |
||
---|---|---|
.. | ||
backtrace.rs | ||
condvar.rs | ||
helper_thread.rs | ||
mod.rs | ||
mutex.rs | ||
net2.rs | ||
net.rs | ||
rwlock.rs | ||
stack.rs | ||
thread_info.rs | ||
thread_local.rs | ||
thread.rs | ||
wtf8.rs |