We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d807c commit 2ec7588Copy full SHA for 2ec7588
library/core/src/num/mod.rs
@@ -282,7 +282,7 @@ impl u8 {
282
/// ```
283
///
284
/// [`make_ascii_uppercase`]: Self::make_ascii_uppercase
285
- #[must_use = "to uppercase the value in-place, use `make_ascii_lowercase()`"]
+ #[must_use = "to uppercase the value in-place, use `make_ascii_uppercase()`"]
286
#[stable(feature = "ascii_methods_on_intrinsics", since = "1.23.0")]
287
#[rustc_const_stable(feature = "const_ascii_methods_on_intrinsics", since = "1.52.0")]
288
#[inline]
0 commit comments