Skip to content

Commit

Permalink
update jemallocator example to use 2018 edition import syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kraktus committed May 4, 2022
1 parent fed2c43 commit 519aa6e
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 519aa6e

Please sign in to comment.