mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user