Skip to content

Commit 42608af

Browse files
committed
fix clippy
1 parent f561ffb commit 42608af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/coroutine/korosensei.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ use crate::{catch, warn};
77
use corosensei::stack::{DefaultStack, Stack};
88
use corosensei::trap::TrapHandlerRegs;
99
use corosensei::CoroutineResult;
10-
#[cfg(all(any(target_os = "linux", target_os = "android"), target_arch = "x86"))]
11-
use num_conv::CastSigned;
1210
use std::cell::{Cell, RefCell, UnsafeCell};
1311
use std::collections::VecDeque;
1412
use std::ffi::c_longlong;

0 commit comments

Comments
 (0)