Rename GenericParam -> TypeParam

We don't have LifetimeParam yet, but they are planned!
This commit is contained in:
Aleksey Kladov 2019-12-07 20:09:53 +01:00
parent f4f8b81474
commit 88c5b1282a
18 changed files with 77 additions and 79 deletions

View file

@ -138,7 +138,7 @@ fn hover_text_from_name_kind(
*no_fallback = true;
None
}
GenericParam(_) | SelfType(_) => {
TypeParam(_) | SelfType(_) => {
// FIXME: Hover for generic param
None
}