WIP: Porting the server to Bevy #31

Closed
Schmarni-Dev wants to merge 46 commits from bevy_2 into dev
Showing only changes of commit 77b22789dd - Show all commits

View File

@@ -87,7 +87,7 @@ impl UnownedFd {
}
impl Drop for UnownedFd {
fn drop(&mut self) {
self.0.take().unwrap().into_inner().into_raw_fd();
let _ = self.0.take().unwrap().into_inner().into_raw_fd();
}
}