about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-04-02 17:51:48 -0700
committerbors <bors@rust-lang.org>2014-04-02 17:51:48 -0700
commit7bda3df6ff894e9b522ede02b15b6772c99e7362 (patch)
treecbed254fe1999e2f28476d6401550287f68fcfac /src
parentf503f6c0b90e69425952ddc3ee3c6022be769ace (diff)
parent78af0f76368a521299b8bb2b9884d1a1eaaa9ca1 (diff)
downloadrust-7bda3df6ff894e9b522ede02b15b6772c99e7362.tar.gz
rust-7bda3df6ff894e9b522ede02b15b6772c99e7362.zip
auto merge of #13262 : ben0x539/rust/guide-runtime-fixup, r=alexcrichton
Diffstat (limited to 'src')
-rw-r--r--src/doc/guide-runtime.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/guide-runtime.md b/src/doc/guide-runtime.md
index b52c520761e..2efb2ae8a8a 100644
--- a/src/doc/guide-runtime.md
+++ b/src/doc/guide-runtime.md
@@ -216,8 +216,7 @@ into the pool of schedulers in order to spawn a new task.
 
 With two implementations of the runtime available, a choice obviously needs to
 be made to see which will be used. The compiler itself will always by-default
-link to one of these runtimes. At the time of this writing, the default runtime
-is `libgreen` but in the future this will become `libnative`.
+link to one of these runtimes.
 
 Having a default decision made in the compiler is done out of necessity and
 convenience. The compiler's decision of runtime to link to is *not* an