36 |
#![allow(clippy::needless_late_init)]
|
37 |
#![allow(clippy::ptr_eq)]
|
38 |
#![allow(clippy::redundant_closure)] // Clippy is buggy
|