about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/reference.md')
-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