forked from mirrors/kingfisher
updated confluent rule with a checksum. Added zuplo rule with a checksum
This commit is contained in:
parent
c856373fb5
commit
778303f0ae
1 changed files with 2 additions and 1 deletions
|
|
@ -20,11 +20,12 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
|||
use std::alloc::System;
|
||||
#[cfg(feature = "system-alloc")]
|
||||
#[global_allocator]
|
||||
// static GLOBAL: System = System;
|
||||
static GLOBAL: System = System;
|
||||
|
||||
// use std::alloc::System;
|
||||
// #[global_allocator]
|
||||
// static GLOBAL: System = System;
|
||||
|
||||
use std::{
|
||||
io::{IsTerminal, Read},
|
||||
sync::{Arc, Mutex},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue