diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-09 09:54:00 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-09 09:54:00 +0100 |
commit | afc871199d423f7a59c64c7a79191911bd879c89 (patch) | |
tree | f06b9b26d4027344b438c37770f03ad36343515a /crates/ra_hir | |
parent | b97677256607d8c6f03707d62265c6b3ccb34600 (diff) | |
parent | d9f83d9b16bf871882d7e54419b310e4283c531b (diff) |
Merge #1973
1973: add <> for type aliases as well r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index 4340e9d34..9cbd9a8ae 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -71,7 +71,7 @@ pub use self::{ | |||
71 | either::Either, | 71 | either::Either, |
72 | expr::ExprScopes, | 72 | expr::ExprScopes, |
73 | from_source::FromSource, | 73 | from_source::FromSource, |
74 | generics::{GenericParam, GenericParams, HasGenericParams}, | 74 | generics::{GenericDef, GenericParam, GenericParams, HasGenericParams}, |
75 | ids::{HirFileId, MacroCallId, MacroCallLoc, MacroDefId, MacroFile}, | 75 | ids::{HirFileId, MacroCallId, MacroCallLoc, MacroDefId, MacroFile}, |
76 | impl_block::ImplBlock, | 76 | impl_block::ImplBlock, |
77 | name::Name, | 77 | name::Name, |