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 @@ pub const fn is_ascii(&self) -> bool {
|
||||
/// ```
|
||||
///
|
||||
/// [`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…
Reference in New Issue
Block a user