Rollup merge of #51890 - Ixrec:patch-3, r=alexcrichton

Fix inconsequential typo in GlobalAlloc doc example
This commit is contained in:
Pietro Albini 2018-07-01 21:18:46 +02:00 committed by GitHub
commit 255c26b4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@
//! ```rust,ignore (demonstrates crates.io usage)
//! extern crate jemallocator;
//!
//! use jemallacator::Jemalloc;
//! use jemallocator::Jemalloc;
//!
//! #[global_allocator]
//! static GLOBAL: Jemalloc = Jemalloc;