1
Fork 0

no it won't

This commit is contained in:
Steve Klabnik 2014-09-19 16:58:45 -04:00
parent 7866f515a5
commit 68b8901fff

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