We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c724d5f commit f98c3bdCopy full SHA for f98c3bd
1 file changed
library/core/src/alloc/mod.rs
@@ -126,7 +126,7 @@ impl fmt::Display for AllocError {
126
///
127
/// [*currently allocated*]: #currently-allocated-memory
128
// 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
+// bound on `AllocatorClone`, are currently load-bearing in std! see #156490 and #155746
130
// and make sure those issues cannot be triggered before relaxing this.
131
#[unstable(feature = "allocator_api", issue = "32838")]
132
#[rustc_const_unstable(feature = "const_heap", issue = "79597")]
0 commit comments