mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
cargo fix --edition-idioms
This commit is contained in:
parent
b1fd6237d1
commit
2012be4a8b
203 changed files with 665 additions and 1281 deletions
|
@ -5,7 +5,6 @@
|
|||
//! Timing functions.
|
||||
|
||||
use crate::heartbeats;
|
||||
use crate::std_time::precise_time_ns;
|
||||
use crate::trace_dump::TraceDump;
|
||||
use influent::client::{Client, Credentials};
|
||||
use influent::create_client;
|
||||
|
@ -26,6 +25,7 @@ use std::io::{self, Write};
|
|||
use std::path::Path;
|
||||
use std::time::Duration;
|
||||
use std::{f64, thread, u32, u64};
|
||||
use time_crate::precise_time_ns;
|
||||
use tokio;
|
||||
use tokio::prelude::Future;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue