We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bcbd0f + 9cb43bd commit 441a33eCopy full SHA for 441a33e
library/std/src/alloc.rs
@@ -1,4 +1,4 @@
1
-//! Memory allocation APIs
+//! Memory allocation APIs.
2
//!
3
//! In a given program, the standard library has one “global” memory allocator
4
//! that is used for example by `Box<T>` and `Vec<T>`.
0 commit comments