mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-24 09:16:46 +00:00
cargo fmt
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
b1d2b8ac86
commit
2378a68b50
1 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@ mod async_std {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mod std {
|
mod std {
|
||||||
extern crate test;
|
extern crate test;
|
||||||
|
|
||||||
use std::sync::{Arc, Mutex};
|
use std::sync::{Arc, Mutex};
|
||||||
|
@ -80,13 +80,13 @@ mod async_std {
|
||||||
t.join().unwrap();
|
t.join().unwrap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mod parking_lot {
|
mod parking_lot {
|
||||||
extern crate test;
|
extern crate test;
|
||||||
|
|
||||||
use std::sync::Arc;
|
|
||||||
use parking_lot::Mutex;
|
use parking_lot::Mutex;
|
||||||
|
use std::sync::Arc;
|
||||||
use std::thread;
|
use std::thread;
|
||||||
use test::Bencher;
|
use test::Bencher;
|
||||||
|
|
||||||
|
@ -122,4 +122,4 @@ mod async_std {
|
||||||
t.join().unwrap();
|
t.join().unwrap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue