We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Alloc
1 parent 76d3003 commit 852be72Copy full SHA for 852be72
src/libcore/alloc.rs
@@ -388,7 +388,7 @@ impl fmt::Display for CannotReallocInPlace {
388
}
389
390
/// A memory allocator that can be registered as the standard library’s default
391
-/// though the `#[global_allocator]` attributes.
+/// through the `#[global_allocator]` attributes.
392
///
393
/// Some of the methods require that a memory block be *currently
394
/// allocated* via an allocator. This means that:
0 commit comments