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.
1 parent f561ffb commit 42608afCopy full SHA for 42608af
core/src/coroutine/korosensei.rs
@@ -7,8 +7,6 @@ use crate::{catch, warn};
7
use corosensei::stack::{DefaultStack, Stack};
8
use corosensei::trap::TrapHandlerRegs;
9
use corosensei::CoroutineResult;
10
-#[cfg(all(any(target_os = "linux", target_os = "android"), target_arch = "x86"))]
11
-use num_conv::CastSigned;
12
use std::cell::{Cell, RefCell, UnsafeCell};
13
use std::collections::VecDeque;
14
use std::ffi::c_longlong;
0 commit comments