mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
transition rustc-guide to rustc-dev-guide
This commit is contained in:
parent
3d0f0e33af
commit
d8167128fc
1 changed files with 2 additions and 2 deletions
|
@ -419,7 +419,7 @@ Here are some pointers to things you are likely going to need for every lint:
|
|||
* [`from_expansion`][from_expansion] and [`in_external_macro`][in_external_macro]
|
||||
* [`Span`][span]
|
||||
* [`Applicability`][applicability]
|
||||
* [The rustc guide][rustc_guide] explains a lot of internal compiler concepts
|
||||
* [The rustc-dev-guide][rustc-dev-guide] explains a lot of internal compiler concepts
|
||||
* [The nightly rustc docs][nightly_docs] which has been linked to throughout
|
||||
this guide
|
||||
|
||||
|
@ -459,5 +459,5 @@ don't hesitate to ask on Discord, IRC or in the issue/PR.
|
|||
[in_external_macro]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/lint/fn.in_external_macro.html
|
||||
[play]: https://play.rust-lang.org
|
||||
[author_example]: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=f093b986e80ad62f3b67a1f24f5e66e2
|
||||
[rustc_guide]: https://rust-lang.github.io/rustc-guide/
|
||||
[rustc-dev-guide]: https://rust-lang.github.io/rustc-dev-guide/
|
||||
[nightly_docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
|
||||
|
|
Loading…
Reference in a new issue