Skip to content

Commit

Permalink
Rollup merge of #96701 - kraktus:alloc_example_2018_edition, r=Mark-S…
Browse files Browse the repository at this point in the history
…imulacrum

update `jemallocator` example to use 2018 edition import syntax
  • Loading branch information
compiler-errors authored May 7, 2022
2 parents 6226d10 + 519aa6e commit 102bbc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/std/src/alloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
//! [`GlobalAlloc`] trait. This type can be provided by an external library:
//!
//! ```rust,ignore (demonstrates crates.io usage)
//! extern crate jemallocator;
//!
//! use jemallocator::Jemalloc;
//!
//! #[global_allocator]
Expand Down

0 comments on commit 102bbc9

Please sign in to comment.