2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-24 17:26:51 +00:00

cargo fmt

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-11-13 23:35:27 +01:00
parent b1d2b8ac86
commit 2378a68b50
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

@ -85,8 +85,8 @@ mod async_std {
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;