about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-11-30 00:39:51 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2019-11-30 00:39:51 +0100
commit048201fa7a69b3c3795e76186bc954d06d2ca368 (patch)
tree9bfdc2f788a9fb25047366671946f0fff3c3850c /src/libsyntax/lib.rs
parent3d080a4a77274abd747f780b446e6fedce14fac7 (diff)
downloadrust-048201fa7a69b3c3795e76186bc954d06d2ca368.tar.gz
rust-048201fa7a69b3c3795e76186bc954d06d2ca368.zip
move Stability to rustc_feature
Diffstat (limited to 'src/libsyntax/lib.rs')
-rw-r--r--src/libsyntax/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index f0d857673e7..e33aa8f1f2b 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -96,7 +96,7 @@ pub mod feature_gate {
     mod check;
     pub use check::{
         check_crate, check_attribute, get_features, feature_err, emit_feature_err,
-        Stability, GateIssue, UnstableFeatures,
+        GateIssue, UnstableFeatures,
         EXPLAIN_STMT_ATTR_SYNTAX, EXPLAIN_UNSIZED_TUPLE_COERCION,
     };
     mod builtin_attrs;