about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authordylan_DPC <dylan.dpc@gmail.com>2018-06-05 23:28:32 +0530
committerdylan_DPC <dylan.dpc@gmail.com>2018-06-05 23:28:32 +0530
commit4cbf400366bb7d635cf4be31568b41992115220a (patch)
tree0b1e3a0a7b26583bbfc74fbe65685476b7a5a849 /src/libsyntax
parent72f2f1935dbdcac023f2f682226792f2ad79315a (diff)
downloadrust-4cbf400366bb7d635cf4be31568b41992115220a.tar.gz
rust-4cbf400366bb7d635cf4be31568b41992115220a.zip
flag changed to none
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index 17118e4dff2..4873062d659 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -610,7 +610,7 @@ declare_features! (
     // Allows use of the :lifetime macro fragment specifier
     (accepted, macro_lifetime_matcher, "1.27.0", Some(34303), None),
     // Termination trait in tests (RFC 1937)
-    (accepted, termination_trait_test, "1.27.0", Some(48854), Some(Edition::Edition2018)),
+    (accepted, termination_trait_test, "1.27.0", Some(48854), None),
 );
 
 // If you change this, please modify src/doc/unstable-book as well. You must