bors 2cf708d04f Auto merge of #11646 - Nilstrieb:compiler-does-not-comply-with-the-lints!!, r=giraffate
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`
2023-10-17 00:35:50 +00:00
..
2023-10-13 17:12:41 +09:00
2023-10-04 21:09:54 +00:00
2023-10-04 21:09:54 +00:00
2023-10-07 01:28:06 +09:00
2023-10-07 01:28:06 +09:00
2023-10-04 21:09:54 +00:00
2023-10-04 21:09:54 +00:00