diff options
| author | Chris Simpkins <git.simpkins@gmail.com> | 2020-03-05 23:32:04 -0500 |
|---|---|---|
| committer | Chris Simpkins <git.simpkins@gmail.com> | 2020-03-05 23:32:04 -0500 |
| commit | d8167128fca35ce1ae645ef9a26fb3cece937c74 (patch) | |
| tree | a475684c4cadf8f21969acaf734acc0b18cc19fa /doc/adding_lints.md | |
| parent | 3d0f0e33aff4f5d916ec286bc586935d767c3cfc (diff) | |
| download | rust-d8167128fca35ce1ae645ef9a26fb3cece937c74.tar.gz rust-d8167128fca35ce1ae645ef9a26fb3cece937c74.zip | |
transition rustc-guide to rustc-dev-guide
Diffstat (limited to 'doc/adding_lints.md')
| -rw-r--r-- | doc/adding_lints.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/adding_lints.md b/doc/adding_lints.md index 7e1263ebf22..1e78b0801d8 100644 --- a/doc/adding_lints.md +++ b/doc/adding_lints.md @@ -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/ |
