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: unneeded unit return type
--> src/lib.rs:1159:42
|
1159 | struct AsyncCallOnDrop<Fut, Cleanup: FnMut()> {
| ^^^^^^^ help: remove the `-> ()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_unit
= note: `#[warn(clippy::unused_unit)]` on by default
```
0 commit comments