[mio] fmt
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user