Skip to content

Commit 6422675

Browse files
committed
Remove setting system allocator as Rust 1.32+ do this by default
1 parent 21354cc commit 6422675

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/main.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// Use the system allocator instead of bundling
2-
// jemalloc into the binary.
3-
use std::alloc::System;
4-
5-
#[global_allocator]
6-
static A: System = System;
7-
81
fn main() {
92
println!("Hello, world!");
103
}

0 commit comments

Comments
 (0)