no it won't

This commit is contained in:
Steve Klabnik 2014-09-19 16:58:45 -04:00 committed by Manish Goregaokar
parent 277d74b114
commit ce2822109a
1 changed files with 0 additions and 2 deletions

View File

@ -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