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.
1 parent 57dd722 commit d6cf182Copy full SHA for d6cf182
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