We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 027721f + d6cf182 commit 24f0371Copy full SHA for 24f0371
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