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>2019-06-24 14:41:25 -0400
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-06-26 11:05:58 -0500
commit58dcee422bbc1de40f617ae536cc2c911cd46d37 (patch)
treea95953a8628637063dc16524670d93bf29071104 /src/doc/rustc-dev-guide
parent96a81f83a6bff7eeec137f2e2d599830eeeb24b1 (diff)
downloadrust-58dcee422bbc1de40f617ae536cc2c911cd46d37.tar.gz
rust-58dcee422bbc1de40f617ae536cc2c911cd46d37.zip
fix indentation
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/borrow_check/region_inference/placeholders_and_universes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/borrow_check/region_inference/placeholders_and_universes.md b/src/doc/rustc-dev-guide/src/borrow_check/region_inference/placeholders_and_universes.md
index 604c793d573..e40ee11b19f 100644
--- a/src/doc/rustc-dev-guide/src/borrow_check/region_inference/placeholders_and_universes.md
+++ b/src/doc/rustc-dev-guide/src/borrow_check/region_inference/placeholders_and_universes.md
@@ -271,9 +271,9 @@ The region inference engine will create a region element domain like this:
 
 ```text
 { CFG; end('static); placeholder(1) }
-    ---  ------------  ------- from the universe `!1`
-    |    'static is always in scope
-    all points in the CFG; not especially relevant here
+  ---  ------------  ------- from the universe `!1`
+  |    'static is always in scope
+  all points in the CFG; not especially relevant here
 ```
 
 It will always create two universal variables, one representing