Format imports
This commit is contained in:
parent
76daf6e980
commit
ee1d54a12b
8 changed files with 42 additions and 34 deletions
|
|
@ -187,7 +187,7 @@ impl AppData {
|
|||
}
|
||||
}
|
||||
|
||||
fn start(conn: Connection) -> mpsc::Receiver<Event> {
|
||||
fn start(_conn: Connection) -> mpsc::Receiver<Event> {
|
||||
let (sender, receiver) = mpsc::channel(20);
|
||||
thread::spawn(move || {
|
||||
let mut event_loop = calloop::EventLoop::try_new().unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue