Skip to content

Commit

Permalink
fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Sep 8, 2023
1 parent 3a51219 commit 2238e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl Reactor {
&self,
source: &Source,
direction: usize,
cx: &mut Context<'_>,
cx: &Context<'_>,
) -> Poll<io::Result<()>> {
if source.triggered[direction].load(Ordering::Acquire) {
return Poll::Ready(Ok(()));
Expand Down

0 comments on commit 2238e4e

Please sign in to comment.