about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-10-11 19:15:40 -0700
committerGraydon Hoare <graydon@mozilla.com>2012-10-11 19:15:40 -0700
commit0b1a401bb73299640eaec28937228538d916887a (patch)
tree379a599b11403d5ac4bc79f118105f8938b5ffb1 /doc
parentd471e2421411d86a56d88bfc3ed78b391b8b809f (diff)
manual: fix bullet list.
Diffstat (limited to 'doc')
-rw-r--r--doc/rust.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rust.md b/doc/rust.md
index 1f546c53ffb..bc5b2e067e0 100644
--- a/doc/rust.md
+++ b/doc/rust.md
@@ -2979,6 +2979,7 @@ and data races on memory are prohibited by the type system.
 
 Inter-task communication and co-ordination facilities are provided in the standard library.
 These include:
+
   - synchronous and asynchronous communication channels with various communication topologies
   - read-only and read-write shared variables with various safe mutual exclusion patterns
   - simple locks and semaphores