mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 11:53:40 +00:00
Minor Allocator doc fix
This commit is contained in:
parent
879ec55d2e
commit
609d43a15a
1 changed files with 0 additions and 1 deletions
|
@ -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`.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue