about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-09-11 12:02:46 -0400
committerNiko Matsakis <niko@alum.mit.edu>2018-09-11 12:02:58 -0400
commitf081c66333c1c44cfcfb4e65aa5d42872c1f619e (patch)
tree95e2b0bc3910c24070bdd19133624f11c86ac9d2 /src/doc/rustc-dev-guide
parent6010623cd4a36398450aedb0742dce75ddd6b251 (diff)
downloadrust-f081c66333c1c44cfcfb4e65aa5d42872c1f619e.tar.gz
rust-f081c66333c1c44cfcfb4e65aa5d42872c1f619e.zip
wrap long lines
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/how-to-build-and-run.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/how-to-build-and-run.md b/src/doc/rustc-dev-guide/src/how-to-build-and-run.md
index a4e6cc0f05d..66ba8efda8a 100644
--- a/src/doc/rustc-dev-guide/src/how-to-build-and-run.md
+++ b/src/doc/rustc-dev-guide/src/how-to-build-and-run.md
@@ -219,9 +219,10 @@ editing things that wind up in the metadata (such as the definition of
 the MIR).
 
 **The TL;DR is that you might get weird behavior from a compile when
-using `--keep-stage 1`** -- for example, strange [ICEs](appendix/glossary.html) or other
-panics. In that case, you should simply remove the `--keep-stage 1`
-from the command and rebuild.  That ought to fix the problem.
+using `--keep-stage 1`** -- for example, strange
+[ICEs](appendix/glossary.html) or other panics. In that case, you
+should simply remove the `--keep-stage 1` from the command and
+rebuild.  That ought to fix the problem.
 
 You can also use `--keep-stage 1` when running tests. Something like
 this: