about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorRyan Levick <ryan.levick@gmail.com>2021-01-05 09:55:39 +0100
committerJoshua Nelson <joshua@yottadb.com>2021-01-05 16:13:58 -0500
commitccac27e3878438446e5bddfc671c95f438484200 (patch)
tree5d5528a993501f6c868694b7438329798bc7d824 /src/doc/rustc-dev-guide
parent78fdaddcad1170843ac80466c5b6e1477eeccfc9 (diff)
downloadrust-ccac27e3878438446e5bddfc671c95f438484200.tar.gz
rust-ccac27e3878438446e5bddfc671c95f438484200.zip
Break up long line
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-debugging.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-debugging.md b/src/doc/rustc-dev-guide/src/compiler-debugging.md
index 2fb2e603f14..a04ef0ea936 100644
--- a/src/doc/rustc-dev-guide/src/compiler-debugging.md
+++ b/src/doc/rustc-dev-guide/src/compiler-debugging.md
@@ -56,7 +56,8 @@ stack backtrace:
   37: rustc_driver::run_compiler
 ```
 
-If you set `debug = true`, you will get line numbers for the stack trace. Then the backtrace will look like this:
+If you set `debug = true`, you will get line numbers for the stack trace. 
+Then the backtrace will look like this:
 
 ```text
 stack backtrace: