Skip to content

Commit

Permalink
Rollup merge of rust-lang#58588 - matklad:dead-code, r=petrochenkov
Browse files Browse the repository at this point in the history
remove a bit of dead code

[Six years](rust-lang@5dc5efe) seem to be a long enough transition period 🤣
  • Loading branch information
Centril authored Feb 22, 2019
2 parents ef1faf4 + abb07c4 commit bb36117
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/libsyntax/ext/build.rs
Original file line number Diff line number Diff line change
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 bb36117

Please sign in to comment.