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 05ad15e commit 0c4d40eCopy full SHA for 0c4d40e
README.md
@@ -87,8 +87,9 @@ lto = true
87

88
89
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.
+[`jemalloc` is removed by default](https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html).
+**If using Rust 1.32 or newer, no action is needed to reduce binary size regarding this
92
+feature**.
93
94
**Prior to Rust 1.32**, to improve performance on some platforms Rust bundled
95
[jemalloc](https://github.com/jemalloc/jemalloc), an allocator that often
0 commit comments