We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cb528 commit d3c86beCopy full SHA for d3c86be
src/backend/libc/event/syscalls.rs
@@ -4,7 +4,6 @@ use crate::backend::c;
4
#[cfg(any(linux_kernel, solarish, target_os = "redox"))]
5
use crate::backend::conv::ret;
6
use crate::backend::conv::ret_c_int;
7
-#[cfg(feature = "alloc")]
8
#[cfg(any(linux_kernel, target_os = "illumos", target_os = "redox"))]
9
use crate::backend::conv::ret_u32;
10
#[cfg(solarish)]
0 commit comments