From ce623b5fc4f35ee089bc823c10fbe862cf4fe942 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sun, 04 Jul 2021 13:05:39 +0000 Subject: [PATCH] doc: remove outdated mimallocator comment --- --- a/cmds/jrsonnet/Cargo.toml +++ b/cmds/jrsonnet/Cargo.toml @@ -16,7 +16,6 @@ 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" -- gitstuff