mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -28,7 +28,7 @@ use gfx::text::glyph::CharIndex;
|
|||
use servo_util::geometry::Au;
|
||||
use servo_util::logical_geometry::{LogicalRect, LogicalSize, WritingMode};
|
||||
use servo_util::opts;
|
||||
use servo_util::range::{IntRangeIndex, Range, RangeIndex};
|
||||
use servo_util::range::{Range, RangeIndex};
|
||||
use servo_util::arc_ptr_eq;
|
||||
use std::cmp::max;
|
||||
use std::fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue