Add back feature accidentally removed

This feature was accidentally removed in
https://github.com/rust-lang/rust/pull/35957.
This commit is contained in:
Alex Crichton 2016-09-03 10:23:40 -07:00
parent 01b35d82e5
commit 4ec715becf

View file

@ -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! (