From d88defcc540452f703c290dee912278d748389aa Mon Sep 17 00:00:00 2001 From: Nicholas Gates Date: Mon, 10 Jun 2024 23:10:28 +0100 Subject: [PATCH] Unpack single --- fastlanez/src/fl.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlanez/src/fl.rs b/fastlanez/src/fl.rs index 4b4dc30c03..02bbfed5cf 100644 --- a/fastlanez/src/fl.rs +++ b/fastlanez/src/fl.rs @@ -198,6 +198,7 @@ impl_bitpacking!(u32); impl_bitpacking!(u64); #[cfg(test)] +#[cfg(not(debug_assertions))] // Only run in release mode mod test { use super::*;