mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
add <> for type aliases as well
This commit is contained in:
parent
048be5d9a3
commit
d9f83d9b16
2 changed files with 81 additions and 53 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue