Skip to content

Commit

Permalink
remove a bit of dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Feb 20, 2019
1 parent 74e35d2 commit abb07c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/libsyntax/ext/build.rs
Expand Up @@ -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;
Expand Down

0 comments on commit abb07c4

Please sign in to comment.