mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 14:43:24 +00:00
Rollup merge of #80147 - pierwill:patch-9, r=lcnr
Add missing punctuation to std::alloc docs Add a period to first line of module docs to match other modules in std.
This commit is contained in:
commit
441a33e81b
@ -1,4 +1,4 @@
|
||||
//! Memory allocation APIs
|
||||
//! Memory allocation APIs.
|
||||
//!
|
||||
//! In a given program, the standard library has one “global” memory allocator
|
||||
//! that is used for example by `Box<T>` and `Vec<T>`.
|
||||
|
Loading…
Reference in New Issue
Block a user