Update README.md (#64)

Signed-off-by: Tushar Mathur <tusharmath@gmail.com>
This commit is contained in:
Tushar Mathur 2023-10-08 07:43:11 +05:30 committed by GitHub
parent 0f8983f718
commit 417d62bc97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ tikv-jemallocator = "0.5"
To set `tikv_jemallocator::Jemalloc` as the global allocator add this to your project:
```rust
# main.rs
// main.rs
#[cfg(not(target_env = "msvc"))]
use tikv_jemallocator::Jemalloc;