apply clippy::borrow-as-ptr lint

This commit is contained in:
auronandace
2026-02-03 12:02:26 +00:00
parent 38e1aeddb8
commit ac0a7e71f4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ impl Linker {
ti_offset: symbol.value,
};
unsafe { __tls_get_addr(&mut tls_index) }
unsafe { __tls_get_addr(&raw mut tls_index) }
}
})
}