aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty.rs
blob: 4ed69c00dc4f8a951429b7d1f6071800a90762fb (plain)
1
2
3
4
//! The type system. We currently use this to infer types for completion, hover
//! information and various assists.

pub use hir_ty::*;