mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 00:56:14 +00:00
9720619432
Prevent clippy::needless_lifetimes false positive in async function definition Scan `OpaqueDef` bounds for lifetimes as well. Those `OpaqueDef` instances are generated while desugaring an `async` function definition. This fixes #7893 changelog: Prevent [`clippy::needless_lifetimes`] false positive in `async` function definition |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |