Skip to content

Commit fa964a9

Browse files
committed
Mark alloc_jemalloc as perma-unstable
1 parent 5e49341 commit fa964a9

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

src/doc/unstable-book/src/library-features/alloc-jemalloc.md

-13
This file was deleted.

src/liballoc_jemalloc/lib.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
#![no_std]
1212
#![allow(unused_attributes)]
1313
#![unstable(feature = "alloc_jemalloc",
14-
reason = "this library is unlikely to be stabilized in its current \
15-
form or name",
16-
issue = "27783")]
14+
reason = "implementation detail of std, does not provide any public API",
15+
issue = "0")]
1716
#![feature(core_intrinsics)]
1817
#![feature(libc)]
1918
#![feature(linkage)]

0 commit comments

Comments
 (0)