mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-15 00:00:15 +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()
|
||||
// .pool_size(30)
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user