rust/clippy_config
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
..
src zero_ptr: lint in const context as well 2025-06-26 23:09:37 +02:00
Cargo.toml Bump Clippy version -> 0.1.90 2025-06-26 19:30:02 +02:00