From ce623b5fc4f35ee089bc823c10fbe862cf4fe942 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sun, 4 Jul 2021 16:05:39 +0300 Subject: [PATCH] doc: remove outdated mimallocator comment Signed-off-by: Yaroslav Bolyukin --- cmds/jrsonnet/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/cmds/jrsonnet/Cargo.toml b/cmds/jrsonnet/Cargo.toml index 7dc56025..329e831a 100644 --- a/cmds/jrsonnet/Cargo.toml +++ b/cmds/jrsonnet/Cargo.toml @@ -16,7 +16,6 @@ mimalloc = ["mimallocator"] jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.8" } jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.8" } jrsonnet-cli = { path = "../../crates/jrsonnet-cli", version = "0.3.8" } -# TODO: Fix mimalloc compile errors, and use them mimallocator = { version = "0.1.3", optional = true } thiserror = "1.0"