diff options
Diffstat (limited to 'exes/ratelimit/src/main.rs')
| -rw-r--r-- | exes/ratelimit/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exes/ratelimit/src/main.rs b/exes/ratelimit/src/main.rs index d16e7d3..b764367 100644 --- a/exes/ratelimit/src/main.rs +++ b/exes/ratelimit/src/main.rs @@ -1,10 +1,10 @@ use leash::ignite; use ratelimit::RatelimiterServerComponent; -#[cfg(not(target_env = "msvc"))] +#[cfg(not(target_os = "windows"))] use tikv_jemallocator::Jemalloc; -#[cfg(not(target_env = "msvc"))] +#[cfg(not(target_os = "windows"))] #[global_allocator] static GLOBAL: Jemalloc = Jemalloc; |
