fix(ipc): remove unused import
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
fc5e5d924e
commit
bc3642456c
1 changed files with 0 additions and 2 deletions
|
|
@ -19,8 +19,6 @@ use bytes::Bytes;
|
|||
pub use clipboard::ClipboardFile;
|
||||
#[cfg(target_os = "linux")]
|
||||
use hbb_common::anyhow;
|
||||
#[cfg(any(target_os = "linux", target_os = "macos"))]
|
||||
use hbb_common::anyhow::Ok;
|
||||
use hbb_common::{
|
||||
allow_err, bail, bytes,
|
||||
bytes_codec::BytesCodec,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue