about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev+love@gmail.com>2023-01-14 12:04:36 +0900
committerGitHub <noreply@github.com>2023-01-14 12:04:36 +0900
commit5ff28671e7d05afec2c4dce00dbece05d4be9b4e (patch)
tree62ee757e7d5e37ac026ff03286e718110b40b89d /src
parent96d4d491d025c48c324a11e41b427f27c4684ea4 (diff)
parent184057bd9d59666a6ea532f8d27b678dfaec1e4d (diff)
downloadrust-5ff28671e7d05afec2c4dce00dbece05d4be9b4e.tar.gz
rust-5ff28671e7d05afec2c4dce00dbece05d4be9b4e.zip
Rollup merge of #106775 - albertlarsan68:patch-1, r=Mark-Simulacrum
Remove stale reference to the test suite location
Diffstat (limited to 'src')
-rw-r--r--src/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/README.md b/src/README.md
index 90ab8026970..7b357da2ffc 100644
--- a/src/README.md
+++ b/src/README.md
@@ -1,8 +1,7 @@
-This directory contains the source code of the rust project, including:
+This directory contains some source code for the Rust project, including:
 
-- The test suite
 - The bootstrapping build system
-- Various submodules for tools, like cargo, etc.
+- Various submodules for tools, like cargo, tidy, etc.
 
 For more information on how various parts of the compiler work, see the [rustc dev guide].