make unused_lifetimes
lint warn by default
#112425
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
the docs at https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html#unused-lifetimes dont mention why its allowed by default, feels like it shouldnt be as it also says it signals a mistake or unfinished code
The text was updated successfully, but these errors were encountered: