Update README.md (#64)
Signed-off-by: Tushar Mathur <tusharmath@gmail.com>
This commit is contained in:
parent
0f8983f718
commit
417d62bc97
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue