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