From 181c3ad2427426a8db81fd61d49cf27675af9cec Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Thu, 28 Nov 2019 14:29:23 +0100 Subject: [PATCH] Reformat --- benches/roundtrip.rs | 1 - src/lib.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/benches/roundtrip.rs b/benches/roundtrip.rs index eddbb6b..ecdd6cf 100644 --- a/benches/roundtrip.rs +++ b/benches/roundtrip.rs @@ -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 { diff --git a/src/lib.rs b/src/lib.rs index 7aa9f9b..3d3f167 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -83,7 +83,7 @@ macro_rules! assume { if !($e) { core::hint::unreachable_unchecked(); } - } + }; } /// Handle to the jemalloc allocator