[mio] fmt

This commit is contained in:
lubeilin
2024-03-02 14:02:01 +08:00
parent cc717a4060
commit 22720a8f8f
+1 -1
View File
@@ -49,7 +49,7 @@ impl SingleU64AdderInner {
unsafe { *self.ptr } unsafe { *self.ptr }
} }
} }
impl Drop for SingleU64AdderInner{ impl Drop for SingleU64AdderInner {
fn drop(&mut self) { fn drop(&mut self) {
unsafe { unsafe {
let _ = Box::from_raw(self.ptr); let _ = Box::from_raw(self.ptr);