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 16d9474 commit 33126f4Copy full SHA for 33126f4
src/lib.rs
@@ -19,10 +19,6 @@ pub mod steps;
19
#[cfg(any(test, feature = "test-utils"))]
20
pub mod test_utils;
21
22
-#[cfg(all(feature = "jemalloc", unix))]
23
-#[global_allocator]
24
-static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;
25
-
26
// Reexport reth version that is used by rblib as a convenience for downstream
27
// users. Those exports should be enough to get started with a simple node.
28
pub mod reth {
0 commit comments