rust-clippy/clippy_lints
Nilstrieb 6ed04af81c Make multiple_unsafe_ops_per_block ignore await desugaring
The await desugaring contains two calls (`Poll::new_unchecked` and
`get_context`) inside a single unsafe block. That violates the lint.
2023-10-14 23:15:00 +02:00
..
src Make multiple_unsafe_ops_per_block ignore await desugaring 2023-10-14 23:15:00 +02:00
Cargo.toml Bump Clippy version -> 0.1.75 2023-10-06 17:32:44 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.