nix-rust / nix

Rust friendly bindings to *nix APIs
MIT License
2.67k stars 667 forks source link

style: ignore false-positive lint clippy::duplicated_attributes #2344

Closed SteveLauC closed 8 months ago

SteveLauC commented 8 months ago

What does this PR do

This PR ignores the false-positive warnings introduced by clippy lint: duplicated_attributes.

There is an issue for it, see https://github.com/rust-lang/rust-clippy/issues/12537.

Checklist: