diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2014-09-19 16:58:26 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-09-22 17:54:10 -0400 |
| commit | 7866f515a5ace6a9630efc7ffdaa79455eabc61e (patch) | |
| tree | 60d99e71ec2ac869f9d915377efcd88a91e21ebb /src/doc/reference.md | |
| parent | 667276040feda6db6b4515ae7e82d7f4e1309f30 (diff) | |
| download | rust-7866f515a5ace6a9630efc7ffdaa79455eabc61e.tar.gz rust-7866f515a5ace6a9630efc7ffdaa79455eabc61e.zip | |
runtime has no C++
Diffstat (limited to 'src/doc/reference.md')
| -rw-r--r-- | src/doc/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 67a2e4d4e1b..6d6b5cf0f4e 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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 |
