The following shouldn't trigger the lint: ```rust #![forbid(unused_lifetimes)] pub async fn stuff<'a, I>(_: I) where I: Iterator<Item = &'a i32> { } ``` Also happens with `&'a self` or `&'a mut self` parameters <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"Vooblin"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->
The following shouldn't trigger the lint:
Also happens with
&'a selfor&'a mut selfparameters