mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-24 04:46:58 +00:00
doc: "moves" has a specific meaning in Rust, so avoid using it here
This commit is contained in:
parent
02fbf31fb2
commit
7d446ce555
@ -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…
Reference in New Issue
Block a user