Auto merge of #5629 - glennw:glyph-count, r=pcwalton

This commit is contained in:
bors-servo 2015-04-09 21:01:06 -05:00
commit db4609d722
2 changed files with 0 additions and 3 deletions

View file

@ -24,7 +24,6 @@ use gfx::text::glyph::CharIndex;
use gfx::text::text_run::TextRun;
use std::cmp::max;
use std::fmt;
use std::iter;
use std::mem;
use std::num::ToPrimitive;
use std::ops::{Add, Sub, Mul, Div, Rem, Neg, Shl, Shr, Not, BitOr, BitAnd, BitXor};