]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/alloc.rs
Rollup merge of #97336 - tshepang:typo, r=cjgillot
[rust.git] / library / std / src / alloc.rs
index 49b6cd4232cd1792ae6ac046ab7530b052726b98..63c527b64da480212fe4427743596ec175780d28 100644 (file)
@@ -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]