We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba39b50 commit 080449dCopy full SHA for 080449d
src/liballoc/lib.rs
@@ -12,7 +12,7 @@
12
//!
13
//! This is the lowest level library through which allocation in Rust can be
14
//! performed where the allocation is assumed to succeed. This library will
15
-//! trigger a task failure when allocation fails.
+//! abort the process when allocation fails.
16
17
//! This library, like libcore, is not intended for general usage, but rather as
18
//! a building block of other libraries. The types and interfaces in this
0 commit comments