From 417e91363a25c663ff884f3dcb879832bf0a66ed Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 19 Aug 2019 15:55:25 -0600 Subject: Clippy cleanup --- src/sys/aio.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sys/aio.rs') diff --git a/src/sys/aio.rs b/src/sys/aio.rs index 9258a065..dc2663ca 100644 --- a/src/sys/aio.rs +++ b/src/sys/aio.rs @@ -1213,7 +1213,6 @@ impl<'a> LioCb<'a> { }, Err(Error::Sys(Errno::EINPROGRESS)) => { // aiocb is was successfully queued; no need to do anything - () }, Err(Error::Sys(Errno::EINVAL)) => panic!( "AioCb was never submitted, or already finalized"), -- cgit v1.2.3