about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2020-08-31 12:51:54 +0200
committerGitHub <noreply@github.com>2020-08-31 12:51:54 +0200
commitf8481745aa644afb18b1310e156bf07bed43bcad (patch)
tree880f9a00f3fddbbe437247f54c497436ca05e7d3
parent13c4f045613fc5c1790702d807ae11850a27e6b2 (diff)
parent0175c437e2a94dc33e2b54a6148587ffa7e68e82 (diff)
downloadrust-f8481745aa644afb18b1310e156bf07bed43bcad.tar.gz
rust-f8481745aa644afb18b1310e156bf07bed43bcad.zip
Rollup merge of #76117 - mark-i-m:patch-1, r=petrochenkov
Update README.md
-rw-r--r--src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index 2f8e9da179a..ef0dec1c45b 100644
--- a/src/README.md
+++ b/src/README.md
@@ -1,5 +1,5 @@
 This directory contains the source code of the rust project, including:
-- `rustc` and its tests
+- The test suite
 - The bootstrapping build system
 - Various submodules for tools, like rustdoc, rls, etc.