We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c408b1 + 557a0b8 commit 6a06555Copy full SHA for 6a06555
std/src/sys/alloc/unix.rs
@@ -71,6 +71,7 @@ cfg_if::cfg_if! {
71
}
72
} else {
73
#[inline]
74
+ #[cfg_attr(target_os = "vxworks", allow(unused_unsafe))]
75
unsafe fn aligned_malloc(layout: &Layout) -> *mut u8 {
76
let mut out = ptr::null_mut();
77
// We prefer posix_memalign over aligned_alloc since it is more widely available, and
0 commit comments