about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-09-19 16:58:45 -0400
committerSteve Klabnik <steve@steveklabnik.com>2014-09-22 17:54:10 -0400
commit68b8901fffa0646f3da56a2c2b8d8515c8d595c8 (patch)
treeae309bc9953eefdd8252f2b09f21799005f0c153 /src
parent7866f515a5ace6a9630efc7ffdaa79455eabc61e (diff)
downloadrust-68b8901fffa0646f3da56a2c2b8d8515c8d595c8.tar.gz
rust-68b8901fffa0646f3da56a2c2b8d8515c8d595c8.zip
no it won't
Diffstat (limited to 'src')
-rw-r--r--src/doc/reference.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 6d6b5cf0f4e..0a7de19a161 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -4104,8 +4104,6 @@ is smaller and simpler than many modern language runtimes. It is tightly
 integrated into the language's execution model of memory, tasks, communication
 and logging.
 
-> **Note:** The runtime library will merge with the `std` library in future versions of Rust.
-
 ### Memory allocation
 
 The runtime memory-management system is based on a _service-provider