diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-09-02 01:31:23 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-09-02 01:31:23 -0600 |
commit | f49615ca7b5d98ee603cf42f705073fbe4d414fb (patch) | |
tree | 4e933a01d778fcf414288172dc0e27d64d3d8b67 /components/profile/time.rs | |
parent | dbf549ea32d23cf96b7f49e3333c068aaf050bc3 (diff) | |
parent | 40b4348824f96a0f37b39f38a024b6061b36b0a7 (diff) | |
download | servo-f49615ca7b5d98ee603cf42f705073fbe4d414fb.tar.gz servo-f49615ca7b5d98ee603cf42f705073fbe4d414fb.zip |
Auto merge of #7509 - servo:rustup_2015-09-01, r=Manishearth
Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7509)
<!-- Reviewable:end -->
Diffstat (limited to 'components/profile/time.rs')
-rw-r--r-- | components/profile/time.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/profile/time.rs b/components/profile/time.rs index 302003ecbb8..6076c39a0b2 100644 --- a/components/profile/time.rs +++ b/components/profile/time.rs @@ -12,7 +12,6 @@ use std::cmp::Ordering; use std::collections::BTreeMap; use std::f64; use std::thread::sleep_ms; -use std_time::precise_time_ns; use util::task::spawn_named; pub trait Formattable { |