diff --git a/library/std/src/alloc.rs b/library/std/src/alloc.rs
index 49b6cd4232cd1..63c527b64da48 100644
--- a/library/std/src/alloc.rs
+++ b/library/std/src/alloc.rs
@@ -42,8 +42,6 @@
 //! [`GlobalAlloc`] trait. This type can be provided by an external library:
 //!
 //! ```rust,ignore (demonstrates crates.io usage)
-//! extern crate jemallocator;
-//!
 //! use jemallocator::Jemalloc;
 //!
 //! #[global_allocator]