mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
fix other instance of internals docs
This commit is contained in:
parent
c170e86403
commit
1c73db172a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
[`T-middle`](https://github.com/rust-lang-nursery/rust-clippy/labels/T-middle) issues can
|
||||||
be more involved and require verifying types. The
|
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
|
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.
|
an AST expression). `match_def_path()` in Clippy's `utils` module can also be useful.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue