enable jemalloc only on linux

This commit is contained in:
mpostma
2021-03-12 17:44:39 +01:00
parent c61fab1435
commit 49b74b587a
4 changed files with 4 additions and 21 deletions

View File

@ -1,8 +1,3 @@
#![allow(clippy::or_fun_call)]
#![allow(unused_must_use)]
#![allow(unused_variables)]
#![allow(dead_code)]
pub mod data;
pub mod error;
pub mod helpers;