[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 }
}
}
impl Drop for SingleU64AdderInner{
impl Drop for SingleU64AdderInner {
fn drop(&mut self) {
unsafe {
let _ = Box::from_raw(self.ptr);