diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-30 02:40:28 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-30 02:40:45 +0100 |
| commit | db89679ebce6ed3b9bcb3f5cea430084b40a3a1f (patch) | |
| tree | 417632d66b2a4679e91490c457320cec880e072d /src/libsyntax/lib.rs | |
| parent | 70234f16dfbd22a7315401d46f5f7da2729463b5 (diff) | |
| download | rust-db89679ebce6ed3b9bcb3f5cea430084b40a3a1f.tar.gz rust-db89679ebce6ed3b9bcb3f5cea430084b40a3a1f.zip | |
inline two explanation constants
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 9db2007ea9c..fda95374f64 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -97,7 +97,6 @@ pub mod feature_gate { pub use check::{ check_crate, check_attribute, get_features, feature_err, emit_feature_err, GateIssue, UnstableFeatures, - EXPLAIN_STMT_ATTR_SYNTAX, EXPLAIN_UNSIZED_TUPLE_COERCION, }; } pub mod mut_visit; |
