remove mimalloc on Windows

This commit is contained in:
Louis Dureuil 2024-12-02 18:13:56 +01:00
parent d040aff101
commit e905a72d73
6 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,7 @@
#![cfg_attr(all(test, fuzzing), feature(no_coverage))]
#![allow(clippy::type_complexity)]
#[cfg(not(windows))]
#[cfg(test)]
#[global_allocator]
pub static ALLOC: mimalloc::MiMalloc = mimalloc::MiMalloc;