]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #45217 - SimonSapin:alloc-doc, r=steveklabnik
authorkennytm <kennytm@gmail.com>
Wed, 18 Oct 2017 17:59:49 +0000 (01:59 +0800)
committerGitHub <noreply@github.com>
Wed, 18 Oct 2017 17:59:49 +0000 (01:59 +0800)
Fix out of date unstable book entries for `alloc_*` features.

The `alloc_jemalloc` crate does not provide a type to use with `#[global_allocator]`, and (according to Alex) `extern crate alloc_jemalloc;` alone became a no-op when `#[global_allocator]` was introduced.


Trivial merge