forked from mirror/async-std
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
|
|
@ -85,8 +85,8 @@ mod async_std {
|
|||
mod parking_lot {
|
||||
extern crate test;
|
||||
|
||||
use std::sync::Arc;
|
||||
use parking_lot::Mutex;
|
||||
use std::sync::Arc;
|
||||
use std::thread;
|
||||
use test::Bencher;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue