Commit 2993504 1 parent 4847d6a commit 2993504 Copy full SHA for 2993504
File tree 3 files changed +0
-4
lines changed
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1774,7 +1774,6 @@ pub(crate) mod builtin {
1774
1774
#[ unstable(
1775
1775
feature = "rustc_encodable_decodable" ,
1776
1776
issue = "none" ,
1777
- soft,
1778
1777
reason = "derive macro for `rustc-serialize`; should not be used in new code"
1779
1778
) ]
1780
1779
#[ deprecated( since = "1.52.0" , note = "rustc-serialize is deprecated and no longer supported" ) ]
@@ -1788,7 +1787,6 @@ pub(crate) mod builtin {
1788
1787
#[ unstable(
1789
1788
feature = "rustc_encodable_decodable" ,
1790
1789
issue = "none" ,
1791
- soft,
1792
1790
reason = "derive macro for `rustc-serialize`; should not be used in new code"
1793
1791
) ]
1794
1792
#[ deprecated( since = "1.52.0" , note = "rustc-serialize is deprecated and no longer supported" ) ]
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ pub mod v1 {
23
23
#[ unstable(
24
24
feature = "rustc_encodable_decodable" ,
25
25
issue = "none" ,
26
- soft,
27
26
reason = "derive macro for `rustc-serialize`; should not be used in new code"
28
27
) ]
29
28
#[ allow( deprecated) ]
Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ pub mod v1 {
125
125
#[ unstable(
126
126
feature = "rustc_encodable_decodable" ,
127
127
issue = "none" ,
128
- soft,
129
128
reason = "derive macro for `rustc-serialize`; should not be used in new code"
130
129
) ]
131
130
#[ allow( deprecated) ]
You can’t perform that action at this time.
0 commit comments