diff options
Diffstat (limited to 'src/README.md')
-rw-r--r-- | src/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md index 9752bc3f6..3d2e6acd5 100644 --- a/src/README.md +++ b/src/README.md @@ -2,7 +2,7 @@ This directory contains the source code of the rust project, including: - The test suite - The bootstrapping build system -- Various submodules for tools, like rustdoc, rls, etc. +- Various submodules for tools, like cargo, miri, etc. For more information on how various parts of the compiler work, see the [rustc dev guide]. |