mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
Use num_traits in util
This commit is contained in:
parent
6c08ad857e
commit
aa8e214e34
7 changed files with 7 additions and 104 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
use app_units::Au;
|
||||
use libc::c_char;
|
||||
use num::ToPrimitive;
|
||||
use num_traits::ToPrimitive;
|
||||
use std::borrow::ToOwned;
|
||||
use std::convert::AsRef;
|
||||
use std::ffi::CStr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue