Fix inconsequential typo in GlobalAlloc doc example
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
//! ```rust,ignore (demonstrates crates.io usage)
|
//! ```rust,ignore (demonstrates crates.io usage)
|
||||||
//! extern crate jemallocator;
|
//! extern crate jemallocator;
|
||||||
//!
|
//!
|
||||||
//! use jemallacator::Jemalloc;
|
//! use jemallocator::Jemalloc;
|
||||||
//!
|
//!
|
||||||
//! #[global_allocator]
|
//! #[global_allocator]
|
||||||
//! static GLOBAL: Jemalloc = Jemalloc;
|
//! static GLOBAL: Jemalloc = Jemalloc;
|
||||||
|
|||||||
Reference in New Issue
Block a user