mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-14 23:32:43 +00:00
4972989b61
This catches bugs of the form tokio::spawn(async move { let f = some_async_thing(); f // Oh no I forgot to await f so that work will never complete. }); |
||
---|---|---|
.. | ||
lintlist | ||
driver.rs | ||
main.rs |