diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2022-04-07 21:20:32 -0400 |
|---|---|---|
| committer | Jacob Pratt <jacob@jhpratt.dev> | 2022-04-14 01:33:13 -0400 |
| commit | 4fbe73e0b79afb9e2b352438bac743104f0d2ba6 (patch) | |
| tree | 84f8597c04edc4113e8b26f9974ee7d9b5566639 /library/std/src/os/fuchsia/raw.rs | |
| parent | 8ff5e3cf99f93f80b7d0c1cf2a6cf859a8dda563 (diff) | |
| download | rust-4fbe73e0b79afb9e2b352438bac743104f0d2ba6.tar.gz rust-4fbe73e0b79afb9e2b352438bac743104f0d2ba6.zip | |
Remove use of `#[rustc_deprecated]`
Diffstat (limited to 'library/std/src/os/fuchsia/raw.rs')
| -rw-r--r-- | library/std/src/os/fuchsia/raw.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/std/src/os/fuchsia/raw.rs b/library/std/src/os/fuchsia/raw.rs index f94659cd5ba..060d6e86b6c 100644 --- a/library/std/src/os/fuchsia/raw.rs +++ b/library/std/src/os/fuchsia/raw.rs @@ -1,12 +1,12 @@ //! Fuchsia-specific raw type definitions #![stable(feature = "raw_ext", since = "1.1.0")] -#![rustc_deprecated( +#![deprecated( since = "1.8.0", - reason = "these type aliases are no longer supported by \ - the standard library, the `libc` crate on \ - crates.io should be used instead for the correct \ - definitions" + note = "these type aliases are no longer supported by \ + the standard library, the `libc` crate on \ + crates.io should be used instead for the correct \ + definitions" )] #![allow(deprecated)] |
