From 609d43a15a59e7610b138335b3d5589e1a7d6187 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 19 Jun 2017 07:51:00 -0700 Subject: [PATCH] Minor Allocator doc fix --- src/liballoc/allocator.rs | 1 - 1 file changed, 1 deletion(-) 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 @@ 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`. /// -- 2.44.0