Fixed serialize_list to no longer append an additional space at the end of the string

This commit is contained in:
Martin Tomasi 2015-08-29 09:21:02 +02:00
parent 5478c7c24b
commit ccddc3c13e
5 changed files with 49 additions and 5 deletions

View file

@ -30,6 +30,7 @@
#![feature(str_utf16)]
#![feature(unicode)]
#![feature(vec_push_all)]
#![feature(slice_concat_ext)]
#![deny(unsafe_code)]
#![allow(non_snake_case)]