We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2223cc8 + d6cf182 commit cf957c8Copy full SHA for cf957c8
src/libstd/alloc.rs
@@ -61,7 +61,7 @@
61
//! ```rust,ignore (demonstrates crates.io usage)
62
//! extern crate jemallocator;
63
//!
64
-//! use jemallacator::Jemalloc;
+//! use jemallocator::Jemalloc;
65
66
//! #[global_allocator]
67
//! static GLOBAL: Jemalloc = Jemalloc;
0 commit comments