Skip to content

Commit

Permalink
Fix minor error
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jan 13, 2024
1 parent 2311a76 commit 25c9ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/ping/iocp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl EventSource for PingSource {
poll_state.packet.event().key,
token
);
return Ok(PostAction::Continue);
return Ok(crate::PostAction::Continue);
}

// Tell if we are registered.
Expand Down

0 comments on commit 25c9ad0

Please sign in to comment.