tests: doc comments
This commit is contained in:
parent
c3e182cf43
commit
b87363e763
61 changed files with 164 additions and 164 deletions
|
@ -738,7 +738,7 @@ impl<T> Vec<T> {
|
|||
/// Forces the length of the vector to `new_len`.
|
||||
///
|
||||
/// This is a low-level operation that maintains none of the normal
|
||||
/// invariants of the type. Normally changing the length of a vector
|
||||
/// invariants of the type. Normally changing the length of a vector
|
||||
/// is done using one of the safe operations instead, such as
|
||||
/// [`truncate`], [`resize`], [`extend`], or [`clear`].
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue