mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
tidy and test fixes
This commit is contained in:
parent
59f16b57e7
commit
14c632408c
7 changed files with 44 additions and 20 deletions
|
@ -11,8 +11,8 @@ use gecko_bindings::bindings::Gecko_Atomize;
|
|||
use gecko_bindings::bindings::Gecko_Atomize16;
|
||||
use gecko_bindings::bindings::Gecko_ReleaseAtom;
|
||||
use gecko_bindings::structs::nsIAtom;
|
||||
use precomputed_hash::PrecomputedHash;
|
||||
use nsstring::nsAString;
|
||||
use precomputed_hash::PrecomputedHash;
|
||||
use std::borrow::{Cow, Borrow};
|
||||
use std::char::{self, DecodeUtf16};
|
||||
use std::fmt::{self, Write};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue