fix warning
This commit is contained in:
@@ -13,15 +13,11 @@ use wasi_c2::{
|
|||||||
},
|
},
|
||||||
Error, ErrorExt,
|
Error, ErrorExt,
|
||||||
};
|
};
|
||||||
pub struct SyncSched {
|
pub struct SyncSched {}
|
||||||
stdin_poll: Mutex<StdinPoll>,
|
|
||||||
}
|
|
||||||
|
|
||||||
impl SyncSched {
|
impl SyncSched {
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
Self {
|
Self {}
|
||||||
stdin_poll: StdinPoll::new(),
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user