about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorAaron Turon <aturon@mozilla.com>2014-09-30 21:09:29 -0700
committerAaron Turon <aturon@mozilla.com>2014-10-01 10:33:11 -0700
commit60b859ab8ac8c48b7adbefe81d0e5d3c772b080a (patch)
treedd69212497286ffa9073ec5838adf0e51c246af4 /src/doc
parent49fcb27df63b845c42d4883c47d2cfc512edeb78 (diff)
downloadrust-60b859ab8ac8c48b7adbefe81d0e5d3c772b080a.tar.gz
rust-60b859ab8ac8c48b7adbefe81d0e5d3c772b080a.zip
Remove all use of librustuv
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/guide-runtime.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-runtime.md b/src/doc/guide-runtime.md
index 24b5834ef7c..66a1e46c82a 100644
--- a/src/doc/guide-runtime.md
+++ b/src/doc/guide-runtime.md
@@ -240,7 +240,7 @@ To create a pool of green tasks which have no I/O support, you may shed the
 `rustuv::event_loop`. All tasks will have no I/O support, but they will still be
 able to deschedule/reschedule (use channels, locks, etc).
 
-~~~{.rust}
+~~~{.ignore}
 extern crate green;
 extern crate rustuv;