mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Update library/core/src/num/mod.rs
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
54d807cfc7
commit
2ec7588aa1
@ -282,7 +282,7 @@ impl u8 {
|
|||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// [`make_ascii_uppercase`]: Self::make_ascii_uppercase
|
/// [`make_ascii_uppercase`]: Self::make_ascii_uppercase
|
||||||
#[must_use = "to uppercase the value in-place, use `make_ascii_lowercase()`"]
|
#[must_use = "to uppercase the value in-place, use `make_ascii_uppercase()`"]
|
||||||
#[stable(feature = "ascii_methods_on_intrinsics", since = "1.23.0")]
|
#[stable(feature = "ascii_methods_on_intrinsics", since = "1.23.0")]
|
||||||
#[rustc_const_stable(feature = "const_ascii_methods_on_intrinsics", since = "1.52.0")]
|
#[rustc_const_stable(feature = "const_ascii_methods_on_intrinsics", since = "1.52.0")]
|
||||||
#[inline]
|
#[inline]
|
||||||
|
Loading…
Reference in New Issue
Block a user