From 62fd2c81e36f0efadf4c5fc8e5576bcdfb66ac18 Mon Sep 17 00:00:00 2001 From: Who? Me?! Date: Mon, 27 Jul 2020 22:05:34 -0500 Subject: [PATCH] Update outdated readme --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index b69a92a723778..2f8e9da179afa 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].