Skip to content

Commit

Permalink
Add back feature accidentally removed
Browse files Browse the repository at this point in the history
This feature was accidentally removed in
#35957.
  • Loading branch information
alexcrichton committed Sep 3, 2016
1 parent 01b35d8 commit 4ec715b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsyntax/feature_gate.rs
Expand Up @@ -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! (
Expand Down

0 comments on commit 4ec715b

Please sign in to comment.