Pacify clippy

This commit is contained in:
Michael Vines
2021-02-19 10:38:16 -08:00
parent 9aed0b0952
commit 671fb3519d
41 changed files with 455 additions and 462 deletions

View File

@@ -19,7 +19,7 @@ pub type PacketSender = Sender<Packets>;
#[derive(Error, Debug)]
pub enum StreamerError {
#[error("I/O error")]
IO(#[from] std::io::Error),
Io(#[from] std::io::Error),
#[error("receive timeout error")]
RecvTimeoutError(#[from] RecvTimeoutError),