mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Auto merge of #5967 - Ms2ger:warnings, r=mbrubeck
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5967) <!-- Reviewable:end -->
This commit is contained in:
commit
0ec6d80b6e
2 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@ use std::hash::{Hash, Hasher};
|
||||||
use std::rc::Rc;
|
use std::rc::Rc;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
use azure::AzFloat;
|
|
||||||
use azure::azure_hl::BackendType;
|
use azure::azure_hl::BackendType;
|
||||||
use azure::scaled_font::ScaledFont;
|
use azure::scaled_font::ScaledFont;
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@ use font::{FontHandleMethods, FontMetrics, FontTableMethods};
|
||||||
use font::FontTableTag;
|
use font::FontTableTag;
|
||||||
use font::FractionalPixel;
|
use font::FractionalPixel;
|
||||||
use util::geometry::{Au, px_to_pt};
|
use util::geometry::{Au, px_to_pt};
|
||||||
use util::geometry;
|
|
||||||
use platform::macos::font_context::FontContextHandle;
|
use platform::macos::font_context::FontContextHandle;
|
||||||
use text::glyph::GlyphId;
|
use text::glyph::GlyphId;
|
||||||
use style::computed_values::{font_stretch, font_weight};
|
use style::computed_values::{font_stretch, font_weight};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue