mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
0e5e2c4365
Improvement: Don't show function body in needless_lifetimes Changes the span on which the lint is reported to point to only the function return type instead of the entire function body. Fixes #5284 changelog: none