Skip to content

Commit 094d314

Browse files
authored
Add jemalloc section admonition
1 parent af259fc commit 094d314

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ lto = true
9494
![Minimum Rust: 1.28](https://img.shields.io/badge/Minimum%20Rust%20Version-1.28-brightgreen.svg)
9595
![Maximum Rust: 1.31](https://img.shields.io/badge/Maximum%20Rust%20Version-1.31-brightgreen.svg)
9696

97-
As of Rust 1.32,
98-
[`jemalloc` is removed by default](https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html).
99-
**If using Rust 1.32 or newer, no action is needed to reduce binary size regarding this
100-
feature**.
97+
> [!IMPORTANT]
98+
> As of Rust 1.32,
99+
> [`jemalloc` is removed by default](https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html).
100+
> **If using Rust 1.32 or newer, no action is needed to reduce binary size regarding this
101+
> feature**.
101102
102103
**Prior to Rust 1.32**, to improve performance on some platforms Rust bundled
103104
[jemalloc](https://github.com/jemalloc/jemalloc), an allocator that often

0 commit comments

Comments
 (0)