mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
Fix unused variable in tokio-threadpool\tests\threadpool.rs:581:9 (#284)
This commit is contained in:
parent
3f2710397d
commit
8d4be0361e
@ -578,7 +578,7 @@ fn hammer() {
|
||||
}
|
||||
}
|
||||
|
||||
for i in 0.. ITER {
|
||||
for _ in 0.. ITER {
|
||||
let pool = Builder::new()
|
||||
// .pool_size(30)
|
||||
.build();
|
||||
|
Loading…
x
Reference in New Issue
Block a user