521 |
#[test]
|
522 |
#[allow(clippy::invalid_null_ptr_usage)]
|
523 |
fn hash_128_from_null_ptr() {
|
217 |
// Safety: This is safe because it points to nothing
|
218 |
#[allow(clippy::invalid_null_ptr_usage)]
|
219 |
const INIT: Self = Self {
|