The clippy false positive triggering `new_ret_no_self` lint when usingReviewed-by: Martin Rodriguez Reboredo <yakoyoku@xxxxxxxxx>
`pin_init!` macro is fixed in 1.67, so remove all `#[allow]`s ignoring
the lint.
Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
---
[...]