about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-06-23 20:46:31 -0400
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-06-28 12:15:23 -0500
commit187ec0a233b8d971886b73c14a32ed8e73d8b603 (patch)
tree75280c702eeec5824854c1699cfd127e179c626b /src/doc/rustc-dev-guide
parentff7b681fdfcfc6b8a2e9d1080ed95d6037fd6674 (diff)
downloadrust-187ec0a233b8d971886b73c14a32ed8e73d8b603.tar.gz
rust-187ec0a233b8d971886b73c14a32ed8e73d8b603.zip
Fix line lengths
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/bootstrapping.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping.md b/src/doc/rustc-dev-guide/src/building/bootstrapping.md
index 843cc264152..e7a0315221e 100644
--- a/src/doc/rustc-dev-guide/src/building/bootstrapping.md
+++ b/src/doc/rustc-dev-guide/src/building/bootstrapping.md
@@ -71,7 +71,8 @@ read by the other.
 
 ### Adding a setting to config.toml
 
-This section is a work in progress. In the meantime, you can see an example contribution [here][bootstrap-build].
+This section is a work in progress. In the meantime, you can see an example
+contribution [here][bootstrap-build].
 
 [bootstrap-build]: https://github.com/rust-lang/rust/pull/71994