collapse imports
This commit is contained in:
parent
d0ca9de946
commit
c8df8ae551
@ -17,12 +17,12 @@ use hbb_common::{
|
|||||||
use notify::{watcher, RecursiveMode, Watcher};
|
use notify::{watcher, RecursiveMode, Watcher};
|
||||||
use parity_tokio_ipc::ConnectionClient;
|
use parity_tokio_ipc::ConnectionClient;
|
||||||
use service::{GenericService, Service, ServiceTmpl, Subscriber};
|
use service::{GenericService, Service, ServiceTmpl, Subscriber};
|
||||||
use std::path::PathBuf;
|
|
||||||
use std::time::Duration;
|
|
||||||
use std::{
|
use std::{
|
||||||
collections::HashMap,
|
collections::HashMap,
|
||||||
net::SocketAddr,
|
net::SocketAddr,
|
||||||
|
path::PathBuf,
|
||||||
sync::{Arc, Mutex, RwLock, Weak},
|
sync::{Arc, Mutex, RwLock, Weak},
|
||||||
|
time::Duration,
|
||||||
};
|
};
|
||||||
|
|
||||||
mod audio_service;
|
mod audio_service;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user