From 7f341622de22568266f10f9aecd9243ba3d20b07 Mon Sep 17 00:00:00 2001 From: oyvindln Date: Mon, 16 Dec 2024 16:41:30 +0100 Subject: [PATCH] fix(c_api): remove unneeded c_export cfg causing issues --- src/c_export.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/c_export.rs b/src/c_export.rs index 8e409c2..1bee699 100644 --- a/src/c_export.rs +++ b/src/c_export.rs @@ -253,7 +253,6 @@ impl<'io, ST: StateType> StreamOxide<'io, ST> { } } -#[cfg(not(feature = "no_c_export"))] unmangle!( /// Default allocation function using `malloc`. pub unsafe extern "C" fn miniz_def_alloc_func(