From 1c73db172a59ff4e34b3bc636614029401e66a7a Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 3 Apr 2018 22:47:27 -0700 Subject: [PATCH] fix other instance of internals docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b57cb4845e3..16e1696706e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ as `E-medium`, since they might be somewhat involved code wise, but not difficul [`T-middle`](https://github.com/rust-lang-nursery/rust-clippy/labels/T-middle) issues can be more involved and require verifying types. The -[`ty`](http://manishearth.github.io/rust-internals-docs/rustc/ty) module contains a +[`ty`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty) module contains a lot of methods that are useful, though one of the most useful would be `expr_ty` (gives the type of an AST expression). `match_def_path()` in Clippy's `utils` module can also be useful.