The rustc crate feature is called jemalloc

This commit is contained in:
Michael Goulet 2024-07-15 13:01:20 -04:00
parent 324d2e51ee
commit 7e1c4afb1d

View File

@ -34,7 +34,7 @@
fn main() { fn main() {
// See the comment at the top of this file for an explanation of this. // See the comment at the top of this file for an explanation of this.
#[cfg(feature = "jemalloc-sys")] #[cfg(feature = "jemalloc")]
{ {
use std::os::raw::{c_int, c_void}; use std::os::raw::{c_int, c_void};