clippy: cleanup
This commit is contained in:
@@ -87,7 +87,7 @@ impl UnownedFd {
|
|||||||
}
|
}
|
||||||
impl Drop for UnownedFd {
|
impl Drop for UnownedFd {
|
||||||
fn drop(&mut self) {
|
fn drop(&mut self) {
|
||||||
self.0.take().unwrap().into_inner().into_raw_fd();
|
let _ = self.0.take().unwrap().into_inner().into_raw_fd();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user