From 2812f3cf2499ca6ccd8d1c0edc1cd586a2bb32be Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 14 Sep 2011 11:07:57 -0700 Subject: [PATCH] Remove misleading details. --- doc/rust.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/rust.texi b/doc/rust.texi index b316eab8ccfa..f9509eecd464 100644 --- a/doc/rust.texi +++ b/doc/rust.texi @@ -201,9 +201,7 @@ local memory. Breaking the rule of task isolation is only possible by calling external (C/C++) code. Inter-task communication is typed, asynchronous and simplex, based on passing -messages over channels to ports. Transmission can be rate-limited or -rate-unlimited. Selection between multiple senders is pseudo-randomized on the -receiver side. +messages over channels to ports. @sp 1 @item Predictable native code, simple runtime