Reformat
This commit is contained in:
parent
9abb5fb00f
commit
181c3ad242
|
@ -233,7 +233,6 @@ mod pow2 {
|
|||
1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072,
|
||||
4194304
|
||||
]);
|
||||
|
||||
}
|
||||
|
||||
mod even {
|
||||
|
|
|
@ -83,7 +83,7 @@ macro_rules! assume {
|
|||
if !($e) {
|
||||
core::hint::unreachable_unchecked();
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/// Handle to the jemalloc allocator
|
||||
|
|
Loading…
Reference in New Issue