mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
remove a bit of dead code
This commit is contained in:
parent
74e35d2700
commit
abb07c42ec
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user