We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72893f commit 70cfebbCopy full SHA for 70cfebb
Cargo.toml
@@ -31,6 +31,7 @@ tempfile = { version = "3.20", optional = true }
31
termize = "0.2"
32
color-print = "0.3.4"
33
anstream = "0.6.18"
34
+tikv-jemalloc-sys = { version = "0.6.1", optional = true, features = ['override_allocator_on_supported_platforms'] }
35
36
[dev-dependencies]
37
cargo_metadata = "0.18.1"
@@ -56,7 +57,7 @@ rustc_tools_util = { path = "rustc_tools_util", version = "0.4.2" }
56
57
[features]
58
integration = ["dep:tempfile"]
59
internal = ["dep:clippy_lints_internal", "dep:tempfile"]
-jemalloc = []
60
+jemalloc = ["dep:tikv-jemalloc-sys"]
61
62
[package.metadata.rust-analyzer]
63
# This package uses #[feature(rustc_private)]
0 commit comments