mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
tidy and warning fixes
This commit is contained in:
parent
8a5baee83b
commit
473df194fc
3 changed files with 10 additions and 20 deletions
|
@ -2,17 +2,10 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use app_units::Au;
|
||||
use servo_atoms::Atom;
|
||||
use serde;
|
||||
use serde::{Deserialize, Deserializer, Serialize, Serializer};
|
||||
use std::collections::HashMap;
|
||||
use std::io;
|
||||
use std::ops::Deref;
|
||||
use std::sync::Mutex;
|
||||
use webrender_traits::NativeFontHandle;
|
||||
use dwrote::{Font};
|
||||
use platform::windows::font_list::{descriptor_from_atom, font_from_atom};
|
||||
use servo_atoms::Atom;
|
||||
use std::io;
|
||||
use webrender_traits::NativeFontHandle;
|
||||
|
||||
#[derive(Deserialize, Serialize, Debug)]
|
||||
pub struct FontTemplateData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue