diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-30 02:34:18 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-30 02:34:18 +0100 |
| commit | 70234f16dfbd22a7315401d46f5f7da2729463b5 (patch) | |
| tree | 6e8b9948f3d1f28dea7c5a2437392064371ca186 /src/libsyntax/lib.rs | |
| parent | d04b838a44b914411d967e32704d66d7f9e0b16f (diff) | |
| download | rust-70234f16dfbd22a7315401d46f5f7da2729463b5.tar.gz rust-70234f16dfbd22a7315401d46f5f7da2729463b5.zip | |
builtin_attrs.rs -> rustc_feature
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 74036bdcfb7..9db2007ea9c 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -99,12 +99,6 @@ pub mod feature_gate { GateIssue, UnstableFeatures, EXPLAIN_STMT_ATTR_SYNTAX, EXPLAIN_UNSIZED_TUPLE_COERCION, }; - mod builtin_attrs; - pub use builtin_attrs::{ - AttributeGate, AttributeTemplate, AttributeType, find_gated_cfg, GatedCfg, - BuiltinAttribute, BUILTIN_ATTRIBUTES, BUILTIN_ATTRIBUTE_MAP, - deprecated_attributes, is_builtin_attr_name, - }; } pub mod mut_visit; pub mod ptr; |
