mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
2cf708d04f
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. fixes #11312 changelog: [`multiple_unsafe_ops_per_block`]: fix false positives in `.await`