We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jemallocator
1 parent fed2c43 commit 519aa6eCopy full SHA for 519aa6e
library/std/src/alloc.rs
@@ -42,8 +42,6 @@
42
//! [`GlobalAlloc`] trait. This type can be provided by an external library:
43
//!
44
//! ```rust,ignore (demonstrates crates.io usage)
45
-//! extern crate jemallocator;
46
-//!
47
//! use jemallocator::Jemalloc;
48
49
//! #[global_allocator]
0 commit comments