We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3031224 commit 0fec9a5Copy full SHA for 0fec9a5
src/lib.rs
@@ -1,6 +1,5 @@
1
// Copyright 2019 Octavian Oncescu
2
3
-#![feature(no_std)]
4
#![no_std]
5
6
//! A drop-in global allocator wrapper around the [mimalloc](https://github.com/microsoft/mimalloc) allocator.
@@ -15,7 +14,7 @@
15
14
//! ```
16
//!
17
//! ## Usage without secure mode
18
-//! By default this library builds mimalloc in safe-mode. This means that
+//! By default this library builds mimalloc in secure mode. This means that
19
//! heap allocations are encrypted, but this results in a 3% increase in overhead.
20
21
//! To disable secure mode, in `Cargo.toml`:
0 commit comments