167 |
// Allow because we're sure this isn't from a different code generation unit.
|
168 |
#[allow(clippy::fn_address_comparisons, clippy::fn_null_check)]
|
169 |
if !(prev as *const libc::c_void).is_null() && prev != pthread_introspection_hook {
|