Add back feature accidentally removed
This feature was accidentally removed in https://github.com/rust-lang/rust/pull/35957.
This commit is contained in:
parent
01b35d82e5
commit
4ec715becf
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ declare_features! (
|
|||
(removed, struct_inherit, "1.0.0", None),
|
||||
(removed, test_removed_feature, "1.0.0", None),
|
||||
(removed, visible_private_types, "1.0.0", None),
|
||||
(removed, unsafe_no_drop_flag, "1.0.0", None),
|
||||
);
|
||||
|
||||
declare_features! (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue