Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Dec 11, 2022
1 parent 9630821 commit 2d37145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use crate::Result;
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
pub struct PollFd <'fd> {
pollfd: libc::pollfd,
_fd: std::marker::PhantomData<BorrowedFd<'fd>>
_fd: std::marker::PhantomData<BorrowedFd<'fd>>,
}

impl<'fd> PollFd<'fd> {
Expand Down

0 comments on commit 2d37145

Please sign in to comment.