runtime has no C++

This commit is contained in:
Steve Klabnik 2014-09-19 16:58:26 -04:00
parent 667276040f
commit 7866f515a5

View File

@ -4098,7 +4098,7 @@ reclamation when the last reference to it drops.
# Runtime services, linkage and debugging
The Rust _runtime_ is a relatively compact collection of C++ and Rust code that
The Rust _runtime_ is a relatively compact collection of Rust code that
provides fundamental services and datatypes to all Rust tasks at run-time. It
is smaller and simpler than many modern language runtimes. It is tightly
integrated into the language's execution model of memory, tasks, communication