mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Simplify util::range::RangeIndex to always require std::num::Int,
and fix remaining warnings.
This commit is contained in:
parent
e689f9c160
commit
bf4480bb79
3 changed files with 29 additions and 44 deletions
|
@ -7,7 +7,7 @@ use self::GlyphInfo::*;
|
|||
|
||||
use servo_util::vec::*;
|
||||
use servo_util::range;
|
||||
use servo_util::range::{Range, RangeIndex, IntRangeIndex, EachIndex};
|
||||
use servo_util::range::{Range, RangeIndex, EachIndex};
|
||||
use servo_util::geometry::Au;
|
||||
|
||||
use std::cmp::PartialOrd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue