Stop using Vec::from_raw_buf.

This commit is contained in:
Ms2ger 2015-06-26 21:20:13 +02:00
parent ef97879c27
commit a72c6ec8b6
3 changed files with 10 additions and 12 deletions

View file

@ -21,7 +21,6 @@
#![feature(slice_chars)]
#![feature(slice_position_elem)]
#![feature(str_utf16)]
#![feature(vec_from_raw_buf)]
#![feature(vec_push_all)]
#![deny(unsafe_code)]