You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments