diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-01-18 18:57:06 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-02-01 18:59:49 +0100 |
| commit | eadff0682365f21296df54a359be63e5483a99e8 (patch) | |
| tree | 8d28100163c84691dad2a7480916cfc46a36e249 /src/libsyntax/lib.rs | |
| parent | f882b0797764fb22a445b22748f36f9f904166ae (diff) | |
syntax: reexport attr globals
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index c9800da700f..66c747f2c51 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -38,6 +38,7 @@ pub mod util { pub mod ast; pub mod attr; +pub use attr::{with_default_globals, with_globals, GLOBALS}; pub mod entry; pub mod expand; pub mod mut_visit; |
