Skip to content

Commit d3c86be

Browse files
committed
Fixes.
1 parent 65cb528 commit d3c86be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/libc/event/syscalls.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use crate::backend::c;
44
#[cfg(any(linux_kernel, solarish, target_os = "redox"))]
55
use crate::backend::conv::ret;
66
use crate::backend::conv::ret_c_int;
7-
#[cfg(feature = "alloc")]
87
#[cfg(any(linux_kernel, target_os = "illumos", target_os = "redox"))]
98
use crate::backend::conv::ret_u32;
109
#[cfg(solarish)]

0 commit comments

Comments
 (0)