]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/allocator.rs
Minor Allocator doc fix
[rust.git] / src / liballoc / allocator.rs
index 752acbd0b45b3effc4ab493b3ab742903156c74d..9bddce29957e1a514b5ad5d8f93ca323fc8a2fcd 100644 (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`.
 ///