From 68b8901fffa0646f3da56a2c2b8d8515c8d595c8 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 19 Sep 2014 16:58:45 -0400 Subject: [PATCH] no it won't --- src/doc/reference.md | 2 -- 1 file changed, 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