Fix line length error.

Reduced line length to <100 (as indicated by PR build error).

(Also removed extra space character before link.)
This commit is contained in:
follower 2020-09-27 04:40:15 +13:00 committed by Joshua Nelson
parent 1e77d7f743
commit e2a1deb657
1 changed files with 3 additions and 3 deletions

View File

@ -374,8 +374,8 @@ the submodule to. Running `./x.py build` should work now.
Documentation improvements are very welcome. The source of `doc.rust-lang.org`
is located in [`src/doc`][srcdoc] in the tree, and standard API documentation is generated
from the source code itself (e.g. [`lib.rs`][librs]). Documentation pull requests function in the same way
as other pull requests.
from the source code itself (e.g. [`lib.rs`][librs]). Documentation pull requests function
in the same way as other pull requests.
[srcdoc]: https://github.com/rust-lang/rust/tree/master/src/doc
[librs]: https://github.com/rust-lang/rust/blob/master/library/std/src/lib.rs#L1