hir: remove an unused type alias
This commit is contained in:
parent
5ea0e0d1aa
commit
3d919297b9
1 changed files with 1 additions and 3 deletions
|
@ -27,7 +27,7 @@ use syntax_pos::{Span, DUMMY_SP, symbol::InternedString};
|
|||
use syntax::source_map::{self, Spanned};
|
||||
use rustc_target::spec::abi::Abi;
|
||||
use syntax::ast::{self, CrateSugar, Ident, Name, NodeId, DUMMY_NODE_ID, AsmDialect};
|
||||
use syntax::ast::{Attribute, Lit, StrStyle, FloatTy, IntTy, UintTy, MetaItem};
|
||||
use syntax::ast::{Attribute, Lit, StrStyle, FloatTy, IntTy, UintTy};
|
||||
use syntax::attr::InlineAttr;
|
||||
use syntax::ext::hygiene::SyntaxContext;
|
||||
use syntax::ptr::P;
|
||||
|
@ -697,8 +697,6 @@ pub struct WhereEqPredicate {
|
|||
pub rhs_ty: P<Ty>,
|
||||
}
|
||||
|
||||
pub type CrateConfig = HirVec<P<MetaItem>>;
|
||||
|
||||
/// The top-level data structure that stores the entire contents of
|
||||
/// the crate currently being compiled.
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue