suppress warns
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
c049e728fd
commit
3a0137a3f7
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue