rust/crates/ra_ssr
Aleksey Kladov 08ea2271e8 Rename TypeRef -> Type
The TypeRef name comes from IntelliJ days, where you often have both
type *syntax* as well as *semantical* representation of types in
scope. And naming both Type is confusing.

In rust-analyzer however, we use ast types as `ast::Type`, and have
many more semantic counterparts to ast types, so avoiding name clash
here is just confusing.
2020-07-31 12:14:37 +02:00
..
src Rename TypeRef -> Type 2020-07-31 12:14:37 +02:00
Cargo.toml SSR: Use expect! in tests 2020-07-24 21:34:00 +10:00