aldanor / hdf5-rust

HDF5 for Rust
https://docs.rs/hdf5
Apache License 2.0
310 stars 84 forks source link

Fix feature = "cargo-clippy" deprecation #272

Closed rex4539 closed 8 months ago

rex4539 commented 8 months ago

https://blog.rust-lang.org/2024/02/28/Clippy-deprecating-feature-cargo-clippy.html

mulimoen commented 8 months ago

Thanks for the PR. Would it be possible to drop the feature gate and use #[allow(clippy::lint_name)] throughout?

rex4539 commented 8 months ago

Let's try again :)

mulimoen commented 8 months ago

Thanks!