You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,19 +28,6 @@ It's identical to the current one, except for the following changes:
29
28
- Added:
30
29
-[`std::future::Future`][`Future`]
31
30
-[`std::future::IntoFuture`][`IntoFuture`]
32
-
- Removed:
33
-
-`RustcEncodable`
34
-
-`RustcDecodable`
35
-
36
-
### `RustcEncodable` and `RustcDecodable` removal
37
-
38
-
`RustcEncodable` and `RustcDecodable` are two undocumented derive macros that have been removed from the prelude.
39
-
These were deprecated before Rust 1.0, but remained within the standard library prelude.
40
-
The 2024 Edition has removed these from the prelude since they are not expected to be used.
41
-
42
-
If in the unlikely case there is a project still using these, it is recommended to switch to a serialization library, such as those found on [crates.io].
0 commit comments