mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
WS fix.
This commit is contained in:
parent
825a3b1f09
commit
f840da757f
@ -1382,7 +1382,7 @@ impl String {
|
||||
|
||||
/// Shortens this `String` to the specified length.
|
||||
///
|
||||
/// If `new_len` is greater than or equal to the string's current length, this has no
|
||||
/// If `new_len` is greater than or equal to the string's current length, this has no
|
||||
/// effect.
|
||||
///
|
||||
/// Note that this method has no effect on the allocated capacity
|
||||
|
Loading…
Reference in New Issue
Block a user