rust-clippy/tests/ui-toml/toml_unknown_key
Lily Mara 4844325faf Add await_holding_invalid_type lint
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.
2022-04-15 14:39:10 -07:00
..
clippy.toml Get compile-test tests for configuration working 2018-05-30 20:37:18 +02:00
conf_unknown_key.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
conf_unknown_key.stderr Add await_holding_invalid_type lint 2022-04-15 14:39:10 -07:00