mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
cargo fix --edition
This commit is contained in:
parent
86f148fb97
commit
45f7199eee
503 changed files with 5038 additions and 5037 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
//! Timing functions.
|
||||
|
||||
use heartbeats;
|
||||
use crate::heartbeats;
|
||||
use influent::client::{Client, Credentials};
|
||||
use influent::create_client;
|
||||
use influent::measurement::{Measurement, Value};
|
||||
|
@ -22,10 +22,10 @@ use std::fs::File;
|
|||
use std::io::{self, Write};
|
||||
use std::path::Path;
|
||||
use std::time::Duration;
|
||||
use std_time::precise_time_ns;
|
||||
use crate::std_time::precise_time_ns;
|
||||
use crate::trace_dump::TraceDump;
|
||||
use tokio;
|
||||
use tokio::prelude::Future;
|
||||
use trace_dump::TraceDump;
|
||||
|
||||
pub trait Formattable {
|
||||
fn format(&self, output: &Option<OutputOptions>) -> String;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue