Skip to content

Commit 7866f51

Browse files
committed
runtime has no C++
1 parent 6672760 commit 7866f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4098,7 +4098,7 @@ reclamation when the last reference to it drops.
40984098

40994099
# Runtime services, linkage and debugging
41004100

4101-
The Rust _runtime_ is a relatively compact collection of C++ and Rust code that
4101+
The Rust _runtime_ is a relatively compact collection of Rust code that
41024102
provides fundamental services and datatypes to all Rust tasks at run-time. It
41034103
is smaller and simpler than many modern language runtimes. It is tightly
41044104
integrated into the language's execution model of memory, tasks, communication

0 commit comments

Comments
 (0)