mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove our copy of Utf16Encoder in favor of the built-in equivalent (fixes #4725).
This commit is contained in:
parent
1b23c4fd57
commit
9ee3278c28
3 changed files with 3 additions and 34 deletions
|
@ -23,6 +23,7 @@ extern crate js;
|
|||
extern crate layers;
|
||||
extern crate png;
|
||||
extern crate script;
|
||||
extern crate unicode;
|
||||
|
||||
extern crate net;
|
||||
extern crate msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue