Skip to content

Commit

Permalink
fix(c_api): remove unneeded c_export cfg causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed Dec 16, 2024
1 parent 6fa35b5 commit 7f34162
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/c_export.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7f34162

Please # to comment.