mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Use num-traits in style.
This commit is contained in:
parent
ff042fdf9c
commit
0f2b83ca0f
8 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
use app_units::Au;
|
||||
use cssparser::{self, Color, RGBA};
|
||||
use euclid::num::Zero;
|
||||
use num::ToPrimitive;
|
||||
use num_traits::ToPrimitive;
|
||||
use std::ascii::AsciiExt;
|
||||
use std::ops::Deref;
|
||||
use std::str::FromStr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue