mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-01-26 03:45:00 +00:00
4844325faf
changelog: [`await_holding_invalid_type`] This lint allows users to create a denylist of types which are not allowed to be held across await points. This is essentially a re-implementation of the language-level [`must_not_suspend` lint](https://github.com/rust-lang/rust/issues/83310). That lint has a lot of work still to be done before it will reach Rust stable, and in the meantime there are a lot of types which can trip up developers if they are used improperly. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |