mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
Remove incorrect statement about line ending content in lines doc change
This commit is contained in:
@@ -843,8 +843,8 @@ pub fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_> {
|
||||
/// a line feed (`\r\n`).
|
||||
///
|
||||
/// The final line ending is optional. A string that ends with a final line
|
||||
/// ending (carriage return or line feed) will return the same lines as an
|
||||
/// otherwise identical string without a final line ending.
|
||||
/// ending will return the same lines as an otherwise identical string
|
||||
/// without a final line ending.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user