1
Fork 0

wtf8: use encode_utf8_raw

This commit is contained in:
Ralf Jung 2020-05-30 11:53:50 +02:00
parent 72d85db6ee
commit 3182cdf9ba
2 changed files with 2 additions and 2 deletions

View file

@ -247,6 +247,7 @@
#![feature(cfg_target_has_atomic)]
#![feature(cfg_target_thread_local)]
#![feature(char_error_internals)]
#![feature(char_internals)]
#![feature(clamp)]
#![feature(concat_idents)]
#![feature(const_cstr_unchecked)]