mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Fixed serialize_list to no longer append an additional space at the end of the string
This commit is contained in:
parent
5478c7c24b
commit
ccddc3c13e
5 changed files with 49 additions and 5 deletions
|
@ -30,6 +30,7 @@
|
|||
#![feature(str_utf16)]
|
||||
#![feature(unicode)]
|
||||
#![feature(vec_push_all)]
|
||||
#![feature(slice_concat_ext)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
#![allow(non_snake_case)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue