mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
auto merge of #4823 : Ms2ger/servo/warnings, r=jdm
This commit is contained in:
commit
1e72608f5c
3 changed files with 3 additions and 4 deletions
|
@ -11,7 +11,7 @@ use std::ops::{Add, Sub, Mul, Neg, Div, Rem, BitAnd, BitOr, BitXor, Shl, Shr, No
|
|||
use std::u16;
|
||||
use std::vec::Vec;
|
||||
use util::geometry::Au;
|
||||
use util::range::{mod, Range, RangeIndex, EachIndex};
|
||||
use util::range::{self, Range, RangeIndex, EachIndex};
|
||||
use util::vec::*;
|
||||
|
||||
/// GlyphEntry is a port of Gecko's CompressedGlyph scheme for storing glyph data compactly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue