Skip to content

Commit bb36117

Browse files
authored
Rollup merge of rust-lang#58588 - matklad:dead-code, r=petrochenkov
remove a bit of dead code [Six years](rust-lang@5dc5efe) seem to be a long enough transition period 🤣
2 parents ef1faf4 + abb07c4 commit bb36117

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/libsyntax/ext/build.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ use crate::ThinVec;
99
use rustc_target::spec::abi::Abi;
1010
use syntax_pos::{Pos, Span, DUMMY_SP};
1111

12-
// Transitional re-exports so qquote can find the paths it is looking for
13-
mod syntax {
14-
pub use crate::ext;
15-
pub use crate::parse;
16-
}
17-
1812
pub trait AstBuilder {
1913
// paths
2014
fn path(&self, span: Span, strs: Vec<ast::Ident> ) -> ast::Path;

0 commit comments

Comments
 (0)