diff --git a/src/liballoc/allocator.rs b/src/liballoc/allocator.rs index 752acbd0b45..9bddce29957 100644 --- a/src/liballoc/allocator.rs +++ b/src/liballoc/allocator.rs @@ -370,7 +370,6 @@ impl fmt::Display for CannotReallocInPlace { } } -/// An implementation of `Allocator` can allocate, reallocate, and /// An implementation of `Alloc` can allocate, reallocate, and /// deallocate arbitrary blocks of data described via `Layout`. ///