diff options
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/allocator.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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`. /// |
