We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fa44c4 + aa9bc68 commit 77727feCopy full SHA for 77727fe
src/liballoc/raw_vec.rs
@@ -22,7 +22,7 @@ use boxed::Box;
22
/// * Catches all overflows in capacity computations (promotes them to "capacity overflow" panics)
23
/// * Guards against 32-bit systems allocating more than isize::MAX bytes
24
/// * Guards against overflowing your length
25
-/// * Aborts on OOM
+/// * Aborts on OOM or calls handle_alloc_error as applicable
26
/// * Avoids freeing Unique::empty()
27
/// * Contains a ptr::Unique and thus endows the user with all related benefits
28
///
0 commit comments