diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-01-05 11:11:39 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-01-11 03:30:20 +0100 |
| commit | 6cbcb830221a5525f333da95c93bd8622da00765 (patch) | |
| tree | 804ff416db1eaa8f697d599d7932f2a2783e9e75 /src/libsyntax/lib.rs | |
| parent | ed69fbbc44b6e6ba5c41905835deaaae53e6f867 (diff) | |
| download | rust-6cbcb830221a5525f333da95c93bd8622da00765.tar.gz rust-6cbcb830221a5525f333da95c93bd8622da00765.zip | |
{syntax -> rustc_ast_passes}::feature_gate
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 75c647f2daa..fcefe3d2a02 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -75,10 +75,6 @@ pub mod ast; pub mod attr; pub mod entry; pub mod expand; -pub mod feature_gate { - mod check; - pub use check::{check_attribute, check_crate}; -} pub mod mut_visit; pub mod ptr; pub mod show_span; |
