We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c8ff5 commit 714feabCopy full SHA for 714feab
library/core/src/alloc/mod.rs
@@ -96,7 +96,7 @@ pub unsafe trait AllocRef {
96
///
97
/// Note that you may not rely on this method actually getting called, even if there are calls
98
/// to it in the source. The optimizer may detect unused allocations that it can either
99
- /// eliminate entirely or move to the stack and thus never invoke the allocator here. The
+ /// eliminate entirely or move to the stack and thus never invoke the allocator. The
100
/// optimizer may further assume that allocation is infallible, so code that used to fail due
101
/// to allocator failures may now suddenly work because the optimizer worked around the
102
/// need for an allocation.
0 commit comments