woboq / qmetaobject-rs

Integrate Qml and Rust by building the QMetaObject at compile time.
MIT License
620 stars 89 forks source link

Fix feature = "cargo-clippy" deprecation #309

Closed rex4539 closed 4 months ago

rex4539 commented 4 months ago

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

ogoffart commented 4 months ago

Thanks for the patch!

I think we don't need the cfg_attr anymore and we can just say #[allow(clippy::..)]

rex4539 commented 4 months ago

Let's try again :)

ogoffart commented 4 months ago

Thanks