We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unused_unsafe
1 parent 9f1f0e4 commit 56734deCopy full SHA for 56734de
turbopack/crates/turbo-tasks-signposter/src/log.rs
@@ -49,6 +49,7 @@ unsafe impl Send for Log {}
49
impl Default for Log {
50
fn default() -> Self {
51
Log {
52
+ #[allow(unused_unsafe)] // This is a false positive lint.
53
os_log: unsafe { addr_of!(_os_log_default) as *const _ as *mut _ },
54
}
55
0 commit comments