Skip to content

Commit

Permalink
Mark alloc_jemalloc as perma-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Jun 11, 2018
1 parent a24924f commit b2d526c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
13 changes: 0 additions & 13 deletions src/doc/unstable-book/src/library-features/alloc-jemalloc.md

This file was deleted.

5 changes: 2 additions & 3 deletions src/liballoc_jemalloc/lib.rs
Expand Up @@ -11,9 +11,8 @@
#![no_std]
#![allow(unused_attributes)]
#![unstable(feature = "alloc_jemalloc",
reason = "this library is unlikely to be stabilized in its current \
form or name",
issue = "27783")]
reason = "implementation detail of std, does not provide any public API",
issue = "0")]
#![feature(core_intrinsics)]
#![feature(libc)]
#![feature(linkage)]
Expand Down

0 comments on commit b2d526c

Please sign in to comment.