mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
c686ffd193
Some lifetimes in function return types are not bound to concrete content and can be set arbitrarily. Clippy should not propose to replace them by the default `'_` lifetime if such a lifetime cannot be determined unambigously.