Update library/core/src/num/mod.rs
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
54d807cfc7
commit
2ec7588aa1
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ impl u8 {
|
|||
/// ```
|
||||
///
|
||||
/// [`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")]
|
||||
#[rustc_const_stable(feature = "const_ascii_methods_on_intrinsics", since = "1.52.0")]
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Reference in a new issue