From 7866f515a5ace6a9630efc7ffdaa79455eabc61e Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 19 Sep 2014 16:58:26 -0400 Subject: [PATCH] runtime has no C++ --- src/doc/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/reference.md b/src/doc/reference.md index 67a2e4d4e1b4..6d6b5cf0f4eb 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