1
Fork 0

Avoid realloc in CString::new

This commit is contained in:
Shotaro Yamada 2019-10-18 16:10:13 +09:00
parent fa0f7d0080
commit 23cb1d520b
3 changed files with 27 additions and 4 deletions

View file

@ -297,6 +297,7 @@
#![feature(slice_concat_ext)]
#![feature(slice_internals)]
#![feature(slice_patterns)]
#![feature(specialization)]
#![feature(staged_api)]
#![feature(std_internals)]
#![feature(stdsimd)]