Skip to content

Commit

Permalink
Bring back jemalloc into conc.
Browse files Browse the repository at this point in the history
#53 was fake news. Close #53.
  • Loading branch information
ticki committed Jun 25, 2017
1 parent 9d79785 commit c78bcee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conc/src/lib.rs
Expand Up @@ -77,12 +77,11 @@
//! instruction, this means that if you are traversing a list or something like that, this library
//! might not be for you.

#![feature(alloc_system, thread_local_state)]
#![feature(thread_local_state)]
#![deny(missing_docs)]

#[macro_use]
extern crate lazy_static;
extern crate alloc_system;
extern crate parking_lot;
extern crate rand;

Expand Down

0 comments on commit c78bcee

Please sign in to comment.