2 |
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
|
3 |
#![cfg_attr(feature = "cargo-clippy", allow(needless_borrowed_reference))]
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(needless_pass_by_value))]
|