mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
Fix unused variable in tokio-threadpool\tests\threadpool.rs:581:9 (#284)
This commit is contained in:
@@ -578,7 +578,7 @@ fn hammer() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for i in 0.. ITER {
|
for _ in 0.. ITER {
|
||||||
let pool = Builder::new()
|
let pool = Builder::new()
|
||||||
// .pool_size(30)
|
// .pool_size(30)
|
||||||
.build();
|
.build();
|
||||||
|
|||||||
Reference in New Issue
Block a user