Skip to content

Commit 00dcd51

Browse files
committed
fix clippy
1 parent 6449821 commit 00dcd51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/coroutine/korosensei.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ 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, CastUnsigned};
1012
use std::cell::{Cell, RefCell, UnsafeCell};
1113
use std::collections::VecDeque;
1214
use std::ffi::c_longlong;

0 commit comments

Comments
 (0)