This commit is contained in:
gnzlbg 2019-11-28 14:29:23 +01:00
parent 9abb5fb00f
commit 181c3ad242
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -83,7 +83,7 @@ macro_rules! assume {
if !($e) {
core::hint::unreachable_unchecked();
}
}
};
}
/// Handle to the jemalloc allocator