diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2021-03-15 19:44:40 +0100 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2021-03-15 20:16:16 +0100 |
| commit | 924e522d16488f95eaa9a8eae7e0460781d87b85 (patch) | |
| tree | 38569f4626e811358d07147b58fc98e4e77e4bd2 /library/std/src | |
| parent | f293f70dd848ae2371b6fad2eb9f4081e920da88 (diff) | |
| download | rust-924e522d16488f95eaa9a8eae7e0460781d87b85.tar.gz rust-924e522d16488f95eaa9a8eae7e0460781d87b85.zip | |
Deprecate RustcEncodable and RustcDecodable.
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/prelude/v1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/prelude/v1.rs b/library/std/src/prelude/v1.rs index ec89bb6d2a4..c5b871edbf2 100644 --- a/library/std/src/prelude/v1.rs +++ b/library/std/src/prelude/v1.rs @@ -48,7 +48,7 @@ pub use core::prelude::v1::{ // FIXME: Attribute and internal derive macros are not documented because for them rustdoc generates // dead links which fail link checker testing. #[stable(feature = "builtin_macro_prelude", since = "1.38.0")] -#[allow(deprecated)] +#[allow(deprecated, deprecated_in_future)] #[doc(hidden)] pub use core::prelude::v1::{ bench, global_allocator, test, test_case, RustcDecodable, RustcEncodable, |
