suppress warns
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
c049e728fd
commit
3a0137a3f7
@ -1,6 +1,9 @@
|
||||
use std::{collections::HashMap, ffi::{CStr, CString}, os::raw::c_char, thread};
|
||||
use std::{collections::HashMap, ffi::{CStr, CString}, os::raw::c_char};
|
||||
use std::str::FromStr;
|
||||
|
||||
#[cfg(any(target_os = "linux", target_os = "macos"))]
|
||||
use std::thread;
|
||||
|
||||
use flutter_rust_bridge::{StreamSink, SyncReturn, ZeroCopyBuffer};
|
||||
use serde_json::json;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user