about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPascal Hertleif <killercup@gmail.com>2015-08-02 12:32:14 +0200
committerPascal Hertleif <killercup@gmail.com>2015-08-02 12:32:14 +0200
commit6e61783dce0efac346845d6a74462d2698632b49 (patch)
treed38fb5c4814f9bbd37036bdb0d1e1ad9f8e7f2fe
parentf7b3cd3337021ed16302fd6a9cc5bcf0afee6679 (diff)
downloadrust-6e61783dce0efac346845d6a74462d2698632b49.tar.gz
rust-6e61783dce0efac346845d6a74462d2698632b49.zip
TRPL: Add Newline Before Headline
Because Markdown.
-rw-r--r--src/doc/trpl/choosing-your-guarantees.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/trpl/choosing-your-guarantees.md b/src/doc/trpl/choosing-your-guarantees.md
index a7d9032c3c5..68812f342f1 100644
--- a/src/doc/trpl/choosing-your-guarantees.md
+++ b/src/doc/trpl/choosing-your-guarantees.md
@@ -308,6 +308,7 @@ scope.
 
 Both of these provide safe shared mutability across threads, however they are prone to deadlocks.
 Some level of additional protocol safety can be obtained via the type system.
+
 #### Costs
 
 These use internal atomic-like types to maintain the locks, which are pretty costly (they can block