Minor Allocator doc fix

This commit is contained in:
Alex Crichton 2017-06-19 07:51:00 -07:00
parent 879ec55d2e
commit 609d43a15a
1 changed files with 0 additions and 1 deletions

View File

@ -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`.
///