mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
Rollup merge of #26195 - tshepang:patch-1, r=alexcrichton
This commit is contained in:
@@ -486,7 +486,7 @@ pub fn to_lowercase(self) -> ToLowercase {
|
||||
/// # Return value
|
||||
///
|
||||
/// Returns an iterator which yields the characters corresponding to the
|
||||
/// lowercase equivalent of the character. If no conversion is possible then
|
||||
/// titlecase equivalent of the character. If no conversion is possible then
|
||||
/// an iterator with just the input character is returned.
|
||||
#[unstable(feature = "unicode", reason = "recently added")]
|
||||
#[inline]
|
||||
|
||||
Reference in New Issue
Block a user