]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/ascii.rs
Auto merge of #98817 - the8472:dont-optimize-ui-tests, r=Mark-Simulacrum
[rust.git] / library / std / src / ascii.rs
index 035cd9f243bf87786b189091a994403f0aef2746..c29f015777f1a4ff188a10e32021932d6678f4f0 100644 (file)
@@ -39,7 +39,7 @@
 ///
 /// [combining character]: https://en.wikipedia.org/wiki/Combining_character
 #[stable(feature = "rust1", since = "1.0.0")]
-#[rustc_deprecated(since = "1.26.0", reason = "use inherent methods instead")]
+#[deprecated(since = "1.26.0", note = "use inherent methods instead")]
 pub trait AsciiExt {
     /// Container type for copied ASCII characters.
     #[stable(feature = "rust1", since = "1.0.0")]