Fix unused variable in tokio-threadpool\tests\threadpool.rs:581:9 (#284)

This commit is contained in:
Roman 2018-04-02 19:00:14 +03:00 committed by Carl Lerche
parent 3f2710397d
commit 8d4be0361e

View File

@ -578,7 +578,7 @@ fn hammer() {
}
}
for i in 0.. ITER {
for _ in 0.. ITER {
let pool = Builder::new()
// .pool_size(30)
.build();