enable jemalloc only on linux

This commit is contained in:
mpostma 2021-03-12 17:44:39 +01:00
parent c61fab1435
commit 49b74b587a
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
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;