rust/clippy_config/src
Samuel Tardieu 9117cb0223
zero_ptr: lint in const context as well
The lint was extra restrictive, and didn't suggest using
`core::ptr::null` and `core::ptr::null_mut` in `const` contexts although
they have been const-stabilized since Rust 1.24.
2025-06-26 23:09:37 +02:00
..
conf.rs zero_ptr: lint in const context as well 2025-06-26 23:09:37 +02:00
lib.rs Add internal lint derive_deserialize_allowing_unknown 2025-05-13 10:48:41 -04:00
metadata.rs Merge commit 'cb806113e0' into clippy-subtree-update 2024-08-08 19:13:50 +02:00
types.rs Add internal lint derive_deserialize_allowing_unknown 2025-05-13 10:48:41 -04:00