about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-07-29 09:24:20 +0900
committerGitHub <noreply@github.com>2020-07-29 09:24:20 +0900
commit451ed88b8be2bd09cad56b84fb32beae099170d2 (patch)
tree2987b1e483a1015fab031ea342b1d0f0fb6a3530
parentbd918776361ad94dcb483aef47b585d4c130001c (diff)
parent62fd2c81e36f0efadf4c5fc8e5576bcdfb66ac18 (diff)
downloadrust-451ed88b8be2bd09cad56b84fb32beae099170d2.tar.gz
rust-451ed88b8be2bd09cad56b84fb32beae099170d2.zip
Rollup merge of #74859 - mark-i-m:patch-1, r=JohnTitor
Update outdated readme
-rw-r--r--src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index b69a92a7237..2f8e9da179a 100644
--- a/src/README.md
+++ b/src/README.md
@@ -1,6 +1,6 @@
 This directory contains the source code of the rust project, including:
 - `rustc` and its tests
-- `libstd`
+- The bootstrapping build system
 - Various submodules for tools, like rustdoc, rls, etc.
 
 For more information on how various parts of the compiler work, see the [rustc dev guide].