mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove unneeded assert (code below handles it) and a warning. Fixes #5230.
This commit is contained in:
parent
d7b6961104
commit
3815cb4a81
2 changed files with 0 additions and 3 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue