Skip to content

Commit

Permalink
Update README.md (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Mathur <[email protected]>
  • Loading branch information
tusharmath authored Oct 8, 2023
1 parent 0f8983f commit 417d62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jemallocator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 417d62b

Please sign in to comment.