doc: "moves" has a specific meaning in Rust, so avoid using it here
This commit is contained in:
parent
02fbf31fb2
commit
7d446ce555
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ impl<T: ?Sized> Drop for IntermediateBox<T> {
|
|||
}
|
||||
|
||||
impl<T> Box<T> {
|
||||
/// Allocates memory on the heap and then moves `x` into it.
|
||||
/// Allocates memory on the heap and then places `x` into it.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue