Skip to content

Use nightly-2023-03-13 rust toolchain #2

Use nightly-2023-03-13 rust toolchain

Use nightly-2023-03-13 rust toolchain #2

GitHub Actions / clippy succeeded Jul 19, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (5)

kvstore-test/tests/tendermint.rs|253 col 42| error: this async expression only awaits a single future
--> kvstore-test/tests/tendermint.rs:253:42
|
253 | let driver_handle = tokio::spawn(async move { driver.run().await });
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can reduce it to: driver.run()
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_async_block
= note: -D clippy::redundant-async-block implied by -D warnings
kvstore-test/tests/tendermint.rs|287 col 42| error: this async expression only awaits a single future
--> kvstore-test/tests/tendermint.rs:287:42
|
287 | let driver_handle = tokio::spawn(async move { driver.run().await });
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can reduce it to: driver.run()
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_async_block
kvstore-test/tests/tendermint.rs|304 col 42| error: this async expression only awaits a single future
--> kvstore-test/tests/tendermint.rs:304:42
|
304 | let driver_handle = tokio::spawn(async move { driver.run().await });
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can reduce it to: driver.run()
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_async_block
kvstore-test/tests/tendermint.rs|368 col 42| error: this async expression only awaits a single future
--> kvstore-test/tests/tendermint.rs:368:42
|
368 | let driver_handle = tokio::spawn(async move { driver.run().await });
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can reduce it to: driver.run()
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_async_block
kvstore-test/tests/tendermint.rs|427 col 42| error: this async expression only awaits a single future
--> kvstore-test/tests/tendermint.rs:427:42
|
427 | let driver_handle = tokio::spawn(async move { driver.run().await });
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can reduce it to: driver.run()
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_async_block