1
Fork 0

Remove use of #[rustc_deprecated]

This commit is contained in:
Jacob Pratt 2022-04-07 21:20:32 -04:00
parent 8ff5e3cf99
commit 4fbe73e0b7
No known key found for this signature in database
GPG key ID: B80E19E4662B5AA4
77 changed files with 274 additions and 356 deletions

View file

@ -39,7 +39,7 @@ pub use core::ascii::{escape_default, EscapeDefault};
///
/// [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")]