rust/library/core
Matthias Krüger 94dfb3ba78
Rollup merge of #110649 - arlosi:fix_no_global_oom_handling, r=Mark-Simulacrum
Fix no_global_oom_handling build

`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). The `cfg` gate is incorrect.

cc ``@dpaoliello``
r? ``@wesleywiser``

The cfg was added by #107191
2023-04-25 21:06:33 +02:00
..
benches Add shortcut for Grisu3 algorithm. 2023-04-25 11:34:57 +08:00
primitive_docs
src Rollup merge of #110649 - arlosi:fix_no_global_oom_handling, r=Mark-Simulacrum 2023-04-25 21:06:33 +02:00
tests major test improvements 2023-04-21 02:45:48 -07:00
Cargo.toml