some cleanup

This commit is contained in:
Mark Mansi 2019-11-14 13:34:35 -06:00 committed by Who? Me?!
parent 8f729bb3ec
commit 63156423fd
4 changed files with 2 additions and 20 deletions

View File

@ -113,6 +113,4 @@
--- ---
[](./important-links.md)
[pau]: ./borrow_check/region_inference/placeholders_and_universes.md [pau]: ./borrow_check/region_inference/placeholders_and_universes.md

View File

@ -178,5 +178,5 @@ a new unstable feature:
[`feature_gate::check::check_crate`]: https://doc.rust-lang.org/nightly/nightly-rustc/syntax/feature_gate/check/fn.check_crate.html [`feature_gate::check::check_crate`]: https://doc.rust-lang.org/nightly/nightly-rustc/syntax/feature_gate/check/fn.check_crate.html
[value the stability of Rust]: https://github.com/rust-lang/rfcs/blob/master/text/1122-language-semver.md [value the stability of Rust]: https://github.com/rust-lang/rfcs/blob/master/text/1122-language-semver.md
[stability in code]: #stability-in-code [stability in code]: #stability-in-code
[here]: https://rust-lang.github.io/rustc-guide/stabilization_guide.html [here]: ./stabilization_guide.md
[tracking issue]: #tracking-issue [tracking issue]: #tracking-issue

View File

@ -1,16 +0,0 @@
# Ignore me
This file is a collection of links that are not link-checked by anyone else,
but we want them to work. For example, the stabilization guide link is often
posted to tracking issues on GitHub, which might break later if the guide is
changed.
[Skip this file. Or read it; I'm a book, not a cop.](https://imgur.com/gallery/mSHi8)
[link](https://forge.rust-lang.org/stabilization-guide.html)
[link](https://forge.rust-lang.org/stabilization-guide.html#updating-documentation)
[link](https://forge.rust-lang.org/stabilization-guide.html#documentation-prs)
[link](https://rust-lang.github.io/rustc-guide/stabilization_guide.html)
[link](https://rust-lang.github.io/rustc-guide/stabilization_guide.html#updating-documentation)
[link](https://rust-lang.github.io/rustc-guide/stabilization_guide.html#documentation-prs)

View File

@ -123,7 +123,7 @@ exists in the test file. For example, you can run all the tests in
By passing `--pass $mode`, you can reduce the testing time. For each By passing `--pass $mode`, you can reduce the testing time. For each
mode, please see [here][mode]. mode, please see [here][mode].
[mode]: https://rust-lang.github.io/rustc-guide/tests/adding.html#tests-that-do-not-result-in-compile-errors [mode]: ./adding.md#tests-that-do-not-result-in-compile-errors
## Using incremental compilation ## Using incremental compilation