about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2015-01-19 10:52:11 -0500
committerJorge Aparicio <japaricious@gmail.com>2015-01-21 00:45:35 -0500
commited56c15ceb3e8a6a30c46a4b7a1124d2086b5874 (patch)
tree782bdaa63a427d3908186a1283ce1c7dc2851651 /src/doc/reference.md
parent29bd9a06efd2f8c8a7b1102e2203cc0e6ae2dcba (diff)
downloadrust-ed56c15ceb3e8a6a30c46a4b7a1124d2086b5874.tar.gz
rust-ed56c15ceb3e8a6a30c46a4b7a1124d2086b5874.zip
remove `NoSendItem` and `NoSyncItem`
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index d3af4ab1c74..3cbfad52c05 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -2377,10 +2377,6 @@ These types help drive the compiler's analysis
   : ___Needs filling in___
 * `no_copy_bound`
   : This type does not implement "copy", even if eligible.
-* `no_send_bound`
-  : This type does not implement "send", even if eligible.
-* `no_sync_bound`
-  : This type does not implement "sync", even if eligible.
 * `eh_personality`
   : ___Needs filling in___
 * `exchange_free`