diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2020-07-28 15:20:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-29 04:20:00 +0900 |
| commit | f56cc073d53c4a8698afbebb387df662587f246f (patch) | |
| tree | f2a487dda7fadd5ebaf5cbbc8ec6220f791e304a /src/doc/rustc-dev-guide/README.md | |
| parent | 01c4ec6593b26ffc8b8ab4d849fe63bb661f9bb3 (diff) | |
| download | rust-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.md | 2 |
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 ``` |
