From 8b24a1e9bd39330ae01641640e6865f79c914c2b Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 17 Jan 2023 16:46:58 +0200 Subject: [PATCH] accept review suggestion Co-authored-by: lcnr --- src/type-checking.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/type-checking.md b/src/type-checking.md index d9731649..2f8e8faf 100644 --- a/src/type-checking.md +++ b/src/type-checking.md @@ -1,8 +1,6 @@ # Type checking -The [`hir_analysis`] crate contains the source for "type collection" -and "type checking", as well as a few other bits of related functionality. (It -draws heavily on the [type inference] and [trait solving].) +The [`hir_analysis`] crate contains the source for "type collection" as well as a bunch of related functionality. Checking the bodies of functions is implemented in the [`hir_typeck`] crate. (It draws heavily on the [type inference] and [trait solving].) [`hir_analysis`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir_analysis/index.html [type inference]: ./type-inference.md