• cityhash-sys 1.0.2/tests/hash_128.rs
    521
    #[test]
    522
    #[allow(clippy::invalid_null_ptr_usage)]
    523
    fn hash_128_from_null_ptr() {
  • r3_core 0.1.4/src/hunk.rs
    217
        // Safety: This is safe because it points to nothing
    218
        #[allow(clippy::invalid_null_ptr_usage)]
    219
        const INIT: Self = Self {