Skip to content

Commit 4cbf400

Browse files
committed
flag changed to none
1 parent 72f2f19 commit 4cbf400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ declare_features! (
610610
// Allows use of the :lifetime macro fragment specifier
611611
(accepted, macro_lifetime_matcher, "1.27.0", Some(34303), None),
612612
// Termination trait in tests (RFC 1937)
613-
(accepted, termination_trait_test, "1.27.0", Some(48854), Some(Edition::Edition2018)),
613+
(accepted, termination_trait_test, "1.27.0", Some(48854), None),
614614
);
615615

616616
// If you change this, please modify src/doc/unstable-book as well. You must

0 commit comments

Comments
 (0)