Skip to content

Commit f9e7ede

Browse files
committed
Fixed broken documentation link for method lookup in rustc_hir_typeck::method
1 parent 7a38981 commit f9e7ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • compiler/rustc_hir_typeck/src/method

compiler/rustc_hir_typeck/src/method/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Method lookup: the secret sauce of Rust. See the [rustc dev guide] for more information.
22
//!
3-
//! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/method-lookup.html
3+
//! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/hir-typeck/method-lookup.html
44
55
mod confirm;
66
mod prelude_edition_lints;

0 commit comments

Comments
 (0)