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:
parent
6edfaed91f
commit
4ba5aefafc
|
@ -1,4 +1,3 @@
|
|||
#[macro_export]
|
||||
macro_rules! wrap_ok {
|
||||
($e:expr) => {
|
||||
::core::iter::empty().try_fold($e, |_, __x: ::core::convert::Infallible| match __x {})
|
||||
|
|
Loading…
Reference in a new issue