We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72830f4 + ef09740 commit 2ed2402Copy full SHA for 2ed2402
core/src/alloc/mod.rs
@@ -94,7 +94,7 @@ impl fmt::Display for AllocError {
94
/// - the memory block is deallocated, or
95
/// - the allocator is dropped.
96
///
97
-/// Copying, cloning, or moving the allocator must not invalidate memory blocks returned from it
+/// Copying, cloning, or moving the allocator must not invalidate memory blocks returned from it.
98
/// A copied or cloned allocator must behave like the original allocator.
99
100
/// A memory block which is [*currently allocated*] may be passed to
0 commit comments