doc: Replace mod.rs with the appropriate link

This commit is contained in:
Lin Yihai 2024-04-27 21:22:04 +08:00
parent 584f183dc0
commit 4faaa53392

View File

@ -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;