diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2019-02-20 09:49:52 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2019-02-20 09:49:52 +0300 |
| commit | abb07c42ecd364940c16ecd740116b847d7bcffc (patch) | |
| tree | 20eff59318105a39228c4041d5757abbb903a558 /src/libsyntax | |
| parent | 74e35d270067afff72034312065c48e6d8cfba67 (diff) | |
| download | rust-abb07c42ecd364940c16ecd740116b847d7bcffc.tar.gz rust-abb07c42ecd364940c16ecd740116b847d7bcffc.zip | |
remove a bit of dead code
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/build.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libsyntax/ext/build.rs b/src/libsyntax/ext/build.rs index 48f6e4c0c82..27b0cfb1630 100644 --- a/src/libsyntax/ext/build.rs +++ b/src/libsyntax/ext/build.rs @@ -9,12 +9,6 @@ use crate::ThinVec; use rustc_target::spec::abi::Abi; use syntax_pos::{Pos, Span, DUMMY_SP}; -// Transitional re-exports so qquote can find the paths it is looking for -mod syntax { - pub use crate::ext; - pub use crate::parse; -} - pub trait AstBuilder { // paths fn path(&self, span: Span, strs: Vec<ast::Ident> ) -> ast::Path; |
