Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Ignore elided_named_lifetimes lint
``` error: elided lifetime has a name --> tests/elisions.rs:23:21 | 23 | #[stream(item = &i32)] | ----------------^----- | | | | | this elided lifetime gets resolved as `'_async0` | lifetime `'_async0` declared here | = note: `-D elided-named-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(elided_named_lifetimes)]` error: elided lifetime has a name --> tests/elisions.rs:29:17 | 29 | #[stream(item = &i32)] | ----------------^----- | | | | | this elided lifetime gets resolved as `'_async0` | lifetime `'_async0` declared here ```
- Loading branch information