mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Fix grammar mistake
present perfect passive constructions need to use the past participle form, which for run is "run".
This commit is contained in:
parent
5585cce06c
commit
8e328be73d
@ -410,7 +410,7 @@ impl<T> MaybeUninit<T> {
|
||||
/// (now safely initialized) contents of `self`.
|
||||
///
|
||||
/// As the content is stored inside a `MaybeUninit`, the destructor is not
|
||||
/// ran for the inner data if the MaybeUninit leaves scope without a call to
|
||||
/// run for the inner data if the MaybeUninit leaves scope without a call to
|
||||
/// [`assume_init`], [`assume_init_drop`], or similar. Code that receives
|
||||
/// the mutable reference returned by this function needs to keep this in
|
||||
/// mind. The safety model of Rust regards leaks as safe, but they are
|
||||
|
Loading…
Reference in New Issue
Block a user