Revert "nuke allocator"

This reverts commit 19a6d789a1.
This commit is contained in:
Toshit Chawda 2024-12-17 15:50:16 -08:00
parent 19a6d789a1
commit 017cd6ebd9
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
3 changed files with 10 additions and 61 deletions

View file

@ -1,8 +1,5 @@
pub mod error;
#[global_allocator]
static ALLOCATOR: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;
use std::{sync::Arc, time::Duration};
use error::{Result, RewriterError};