Commit b3269e1
committed
Ignore clippy::unused_unit lint
```
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
```1 parent 87a287a commit b3269e1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments