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
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
fn main() {
// 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};