about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/README.md
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-07-28 15:20:00 -0400
committerGitHub <noreply@github.com>2020-07-29 04:20:00 +0900
commitf56cc073d53c4a8698afbebb387df662587f246f (patch)
treef2a487dda7fadd5ebaf5cbbc8ec6220f791e304a /src/doc/rustc-dev-guide/README.md
parent01c4ec6593b26ffc8b8ab4d849fe63bb661f9bb3 (diff)
downloadrust-f56cc073d53c4a8698afbebb387df662587f246f.tar.gz
rust-f56cc073d53c4a8698afbebb387df662587f246f.zip
Update docs to match the new x.py defaults (#813)
Diffstat (limited to 'src/doc/rustc-dev-guide/README.md')
-rw-r--r--src/doc/rustc-dev-guide/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/README.md b/src/doc/rustc-dev-guide/README.md
index 8f7db233ef4..345b385892e 100644
--- a/src/doc/rustc-dev-guide/README.md
+++ b/src/doc/rustc-dev-guide/README.md
@@ -132,7 +132,7 @@ git submodule update --remote src/doc/rustc-dev-guide
 git add -u
 git commit -m "Update rustc-dev-guide"
 # Note that you can use -i, which is short for --incremental, in the following command
-./x.py test --incremental --stage 1 src/doc/rustc-dev-guide # This is optional and should succeed anyway
+./x.py test --incremental src/doc/rustc-dev-guide # This is optional and should succeed anyway
 # Open a PR in rust-lang/rust
 ```