Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: the type of the `self` parameter does not need to be arbitrary --> tests/test.rs:1656:24 | 1656 | async fn f(mut self: &Self) { | ^^^^^^^^^^^ help: consider to change this parameter to: `&'life0 self` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_arbitrary_self_type = note: `#[warn(clippy::needless_arbitrary_self_type)]` on by default
- Loading branch information