We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6226d10 + 519aa6e commit 102bbc9Copy full SHA for 102bbc9
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