cargo fmt

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-01-07 11:51:48 +01:00
parent a03af34bb5
commit 8261331958

View File

@ -96,8 +96,6 @@ impl IntoRawFd for PolledFd {
fn into_raw_fd(self) -> RawFd {
// for the kind of resource we're managing it should always be possible to extract it from
// its driver
self.fd
.into_inner()
.into_raw_fd()
self.fd.into_inner().into_raw_fd()
}
}