From 2d371458e94e86f115211ccec9f42ad09b45fc3a Mon Sep 17 00:00:00 2001 From: Steve Lau Date: Sun, 11 Dec 2022 13:28:49 +0800 Subject: [PATCH] fmt --- src/poll.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poll.rs b/src/poll.rs index b2f9a348e7..ac676943f9 100644 --- a/src/poll.rs +++ b/src/poll.rs @@ -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> + _fd: std::marker::PhantomData>, } impl<'fd> PollFd<'fd> {