Minor Allocator doc fix

This commit is contained in:
Alex Crichton 2017-06-19 07:51:00 -07:00
parent 879ec55d2e
commit 609d43a15a

View file

@ -370,7 +370,6 @@ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
}
}
/// An implementation of `Allocator` can allocate, reallocate, and
/// An implementation of `Alloc` can allocate, reallocate, and
/// deallocate arbitrary blocks of data described via `Layout`.
///