Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`provide_sorted_batch` in core is incorrectly marked with `#[cfg(not(no_global_oom_handling))]` which prevents core from building with the cfg enabled. Nothing in core allocates memory including this function, so the `cfg` gate is incorrect.
- Loading branch information