From 4faaa5339217267bfb4a0a26303f7197e56dcc72 Mon Sep 17 00:00:00 2001 From: Lin Yihai Date: Sat, 27 Apr 2024 21:22:04 +0800 Subject: [PATCH] doc: Replace mod.rs with the appropriate link --- compiler/rustc_hir_typeck/src/expr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_hir_typeck/src/expr.rs b/compiler/rustc_hir_typeck/src/expr.rs index 8923137fdd82d..354324b5e9728 100644 --- a/compiler/rustc_hir_typeck/src/expr.rs +++ b/compiler/rustc_hir_typeck/src/expr.rs @@ -1,6 +1,6 @@ //! Type checking expressions. //! -//! See `mod.rs` for more context on type checking in general. +//! See [`rustc_hir_analysis::check`] for more context on type checking in general. use crate::cast; use crate::coercion::CoerceMany;