Fix building rustdoc and clippy with jemalloc feature

This commit is contained in:
Mads Marquart 2025-10-25 23:40:39 +02:00
parent dd2159e75d
commit 65f0b7aad4
3 changed files with 6 additions and 2 deletions

View file

@ -600,6 +600,7 @@ dependencies = [
"serde_json",
"tempfile",
"termize",
"tikv-jemalloc-sys",
"toml 0.9.7",
"ui_test",
"walkdir",
@ -4806,6 +4807,7 @@ dependencies = [
"stringdex",
"tempfile",
"threadpool",
"tikv-jemalloc-sys",
"tracing",
"tracing-subscriber",
"tracing-tree",