We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Alloc
1 parent cca954e commit 9e8505dCopy full SHA for 9e8505d
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
-/// through the `#[global_allocator]` attributes.
+/// through the `#[global_allocator]` attribute.
392
///
393
/// Some of the methods require that a memory block be *currently
394
/// allocated* via an allocator. This means that:
0 commit comments