Skip to content

Commit

Permalink
Improve vec leak wording
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
  • Loading branch information
pickfire and Joshua Nelson committed Oct 10, 2020
1 parent 66369a6 commit 8688fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/vec.rs
Expand Up @@ -1477,7 +1477,7 @@ impl<T> Vec<T> {
/// may be chosen to be `'static`.
///
/// This function is similar to the [`leak`][Box::leak] function on [`Box`]
/// except there are no way to undo the leak yet.
/// except that there is no way to recover the leaked memory.
///
/// This function is mainly useful for data that lives for the remainder of
/// the program's life. Dropping the returned reference will cause a memory
Expand Down

0 comments on commit 8688fa8

Please sign in to comment.