Skip to content

Commit

Permalink
Fix rustfmt?
Browse files Browse the repository at this point in the history
  • Loading branch information
tiif committed Oct 5, 2024
1 parent 8b72790 commit fee11aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shims/unix/linux/eventfd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ fn blocking_eventfd_read_callback<'tcx>(
ecx.write_int(buf_place.layout.size.bytes(), dest)
}


/// Callback function after eventfd write unblocks.
fn blocking_eventfd_write_callback<'tcx>(
num: u64,
Expand Down

0 comments on commit fee11aa

Please sign in to comment.