diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-30 01:57:53 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-30 01:57:53 +0100 |
| commit | 6cab02cf149787db6c9e30ee0ceed97768bbe9aa (patch) | |
| tree | 69ca7363f283a7a6be0251062f76956dfd2bc4e5 /src/libsyntax/lib.rs | |
| parent | 8ad4d15f3888f1339d52632d40e0a47697dd2a24 (diff) | |
| download | rust-6cab02cf149787db6c9e30ee0ceed97768bbe9aa.tar.gz rust-6cab02cf149787db6c9e30ee0ceed97768bbe9aa.zip | |
simplify gated cfgs logic
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 8e95fe3c34b..7f28ebb2b2d 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -101,7 +101,7 @@ pub mod feature_gate { }; mod builtin_attrs; pub use builtin_attrs::{ - AttributeGate, AttributeTemplate, AttributeType, GatedCfg, + AttributeGate, AttributeTemplate, AttributeType, find_gated_cfg, GatedCfg, BuiltinAttribute, BUILTIN_ATTRIBUTES, BUILTIN_ATTRIBUTE_MAP, deprecated_attributes, is_builtin_attr, is_builtin_attr_name, }; |
