apply clippy::borrow-as-ptr lint
This commit is contained in:
+1
-1
@@ -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) }
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user