mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
nuke allocator
This commit is contained in:
parent
e55a3f5a31
commit
19a6d789a1
3 changed files with 61 additions and 10 deletions
|
@ -1,5 +1,8 @@
|
|||
pub mod error;
|
||||
|
||||
#[global_allocator]
|
||||
static ALLOCATOR: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;
|
||||
|
||||
use std::{sync::Arc, time::Duration};
|
||||
|
||||
use error::{Result, RewriterError};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue