diff options
| author | mark <markm@cs.wisc.edu> | 2019-06-02 19:28:14 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-06-02 19:32:17 -0500 |
| commit | 19022db2d43c3789d34252db9780304bc8aff4f8 (patch) | |
| tree | 07bdb255f76410cc45ca132ebace734a3f3826c3 /src/doc/rustc-dev-guide | |
| parent | ddb5a4090c73b18d37c8eaf511ceb87578d40c42 (diff) | |
| download | rust-19022db2d43c3789d34252db9780304bc8aff4f8.tar.gz rust-19022db2d43c3789d34252db9780304bc8aff4f8.zip | |
fix long line
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/about-this-guide.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/about-this-guide.md b/src/doc/rustc-dev-guide/src/about-this-guide.md index 8376fb2a391..df060a20886 100644 --- a/src/doc/rustc-dev-guide/src/about-this-guide.md +++ b/src/doc/rustc-dev-guide/src/about-this-guide.md @@ -22,7 +22,8 @@ You might also find the following sites useful: - [Rustc API docs] -- rustdoc documentation for the compiler - [Forge] -- contains documentation about rust infrastructure, team procedures, and more -- [compiler-team] -- the home-base for the rust compiler team, with description of the team procedures, active working groups, and the team calendar. +- [compiler-team] -- the home-base for the rust compiler team, with description + of the team procedures, active working groups, and the team calendar. [GitHub repository]: https://github.com/rust-lang/rustc-guide/ [Rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ |
