add <> for type aliases as well

This commit is contained in:
Aleksey Kladov 2019-10-09 11:53:32 +03:00
parent 048be5d9a3
commit d9f83d9b16
2 changed files with 81 additions and 53 deletions

View file

@ -71,7 +71,7 @@ pub use self::{
either::Either,
expr::ExprScopes,
from_source::FromSource,
generics::{GenericParam, GenericParams, HasGenericParams},
generics::{GenericDef, GenericParam, GenericParams, HasGenericParams},
ids::{HirFileId, MacroCallId, MacroCallLoc, MacroDefId, MacroFile},
impl_block::ImplBlock,
name::Name,