capi: don't export wrap_ok macro

This was done by accident, so will be made exempt from Rust versioning guarantees.
This commit is contained in:
chyyran 2024-09-18 00:55:05 -04:00
parent 6edfaed91f
commit 4ba5aefafc

View file

@ -1,4 +1,3 @@
#[macro_export]
macro_rules! wrap_ok {
($e:expr) => {
::core::iter::empty().try_fold($e, |_, __x: ::core::convert::Infallible| match __x {})