clippy fix

This commit is contained in:
Robin Müller 2022-05-26 21:10:25 +02:00
parent 40ba758a4e
commit 7989d197fd
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -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;