clippy fix
This commit is contained in:
parent
40ba758a4e
commit
7989d197fd
@ -1,9 +1,9 @@
|
|||||||
use bus::{Bus, BusReader};
|
use bus::{Bus};
|
||||||
use crossbeam_channel::{unbounded, Receiver, Sender};
|
|
||||||
use launchpad::core::executable::{executable_scheduler, Executable, ExecutionType, OpResult};
|
use launchpad::core::executable::{executable_scheduler, Executable, ExecutionType, OpResult};
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
use std::mem::transmute;
|
|
||||||
use std::thread;
|
use std::thread;
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user