Skip to content

Commit 7bda3df

Browse files
committed
auto merge of #13262 : ben0x539/rust/guide-runtime-fixup, r=alexcrichton
2 parents f503f6c + 78af0f7 commit 7bda3df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/guide-runtime.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ into the pool of schedulers in order to spawn a new task.
216216

217217
With two implementations of the runtime available, a choice obviously needs to
218218
be made to see which will be used. The compiler itself will always by-default
219-
link to one of these runtimes. At the time of this writing, the default runtime
220-
is `libgreen` but in the future this will become `libnative`.
219+
link to one of these runtimes.
221220

222221
Having a default decision made in the compiler is done out of necessity and
223222
convenience. The compiler's decision of runtime to link to is *not* an

0 commit comments

Comments
 (0)