Skip to content

Commit 609d43a

Browse files
committed
Minor Allocator doc fix
1 parent 879ec55 commit 609d43a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/liballoc/allocator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ impl fmt::Display for CannotReallocInPlace {
370370
}
371371
}
372372

373-
/// An implementation of `Allocator` can allocate, reallocate, and
374373
/// An implementation of `Alloc` can allocate, reallocate, and
375374
/// deallocate arbitrary blocks of data described via `Layout`.
376375
///

0 commit comments

Comments
 (0)