Skip to content

Commit f98c3bd

Browse files
committed
pain and suffering
1 parent c724d5f commit f98c3bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/core/src/alloc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl fmt::Display for AllocError {
126126
///
127127
/// [*currently allocated*]: #currently-allocated-memory
128128
// NOTE: the above bound on allocating methods not unwinding, alongside the similar
129-
// bount on `AllocatorClone`, are currently load-bearing in std! see #156490 and #155746
129+
// bound on `AllocatorClone`, are currently load-bearing in std! see #156490 and #155746
130130
// and make sure those issues cannot be triggered before relaxing this.
131131
#[unstable(feature = "allocator_api", issue = "32838")]
132132
#[rustc_const_unstable(feature = "const_heap", issue = "79597")]

0 commit comments

Comments
 (0)