From 04f3cf0bb2f5a6ee2bfc4b1a6a6cd8c11d1c5531 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 31 Jul 2022 07:40:37 +0200 Subject: [PATCH] address review comment https://github.com/rust-lang/rustc-dev-guide/pull/1402#discussion_r933905339 --- src/building/compiler-documenting.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/building/compiler-documenting.md b/src/building/compiler-documenting.md index 202923b68a4be..965e004c983b9 100644 --- a/src/building/compiler-documenting.md +++ b/src/building/compiler-documenting.md @@ -19,9 +19,8 @@ like the standard library (std) or the compiler (rustc). ./x.py doc --stage 1 ``` - First, - the compiler gets built to make sure rustdoc compiles, - then that newly-built rustdoc is used to document the components. + This ensures that (current) rustdoc gets built, + then that is used to document the components. - Much like running individual tests or building specific components, you can build just the documentation you want: