mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
remove mimalloc on Windows
This commit is contained in:
parent
d040aff101
commit
e905a72d73
6 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue