Rollup merge of #155478 - Ollie-Pearce:fix-hir-method-lookup-doc-broken-link, r=mati865

Fixed broken documentation link for method lookup in rustc_hir_typeck…
This commit is contained in:
Jonathan Brouwer
2026-04-18 11:41:32 +02:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
//! Method lookup: the secret sauce of Rust. See the [rustc dev guide] for more information.
//!
//! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/method-lookup.html
//! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/hir-typeck/method-lookup.html
mod confirm;
mod prelude_edition_lints;