Skip to content

Commit 0c4d40e

Browse files
authored
Emphasize that no action is needed for Rust 1.32+ to remove jemalloc
1 parent 05ad15e commit 0c4d40e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ lto = true
8787
![Maximum Rust: 1.31](https://img.shields.io/badge/Maximum%20Rust%20Version-1.31-brightgreen.svg)
8888

8989
As of Rust 1.32,
90-
[`jemalloc` is removed by default](https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html). If
91-
using Rust 1.32 or newer, no action is needed to reduce binary size regarding this feature.
90+
[`jemalloc` is removed by default](https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html).
91+
**If using Rust 1.32 or newer, no action is needed to reduce binary size regarding this
92+
feature**.
9293

9394
**Prior to Rust 1.32**, to improve performance on some platforms Rust bundled
9495
[jemalloc](https://github.com/jemalloc/jemalloc), an allocator that often

0 commit comments

Comments
 (0)