Skip to content

Commit d1332e5

Browse files
committed
update
1 parent 2fd1e1a commit d1332e5

File tree

3 files changed

+0
-40
lines changed

3 files changed

+0
-40
lines changed

Cargo.lock

Lines changed: 0 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ clap = { version = "4.4", features = ["derive", "cargo"] }
1717
clap-verbosity-flag = "2.1.1"
1818
which = "6.0.1"
1919
simd-json = "0.14.3"
20-
mimalloc = "0.1.43"
2120

2221
[[example]]
2322
name = "native-json-parser"

src/main.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ use clap::Parser;
44

55
use emacs_lsp_booster::app;
66
use emacs_lsp_booster::bytecode;
7-
use mimalloc::MiMalloc;
8-
9-
#[global_allocator]
10-
static GLOBAL: MiMalloc = MiMalloc;
117

128

139
#[derive(Parser)]

0 commit comments

Comments
 (0)