Skip to content

Commit 0fec9a5

Browse files
committed
Doc fix
1 parent 3031224 commit 0fec9a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Copyright 2019 Octavian Oncescu
22

3-
#![feature(no_std)]
43
#![no_std]
54

65
//! A drop-in global allocator wrapper around the [mimalloc](https://github.com/microsoft/mimalloc) allocator.
@@ -15,7 +14,7 @@
1514
//! ```
1615
//!
1716
//! ## Usage without secure mode
18-
//! By default this library builds mimalloc in safe-mode. This means that
17+
//! By default this library builds mimalloc in secure mode. This means that
1918
//! heap allocations are encrypted, but this results in a 3% increase in overhead.
2019
//!
2120
//! To disable secure mode, in `Cargo.toml`:

0 commit comments

Comments
 (0)