diff options
| author | Camelid <camelidcamel@gmail.com> | 2021-02-26 11:57:54 -0800 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2021-02-26 15:38:01 -0500 |
| commit | 9b34c5f4ff5da4c929e9bdd7f4861d4a4a06ce45 (patch) | |
| tree | b3bc2314416b75c5e86cf8eb6e1de77b88eeea20 /src/doc/rustc-dev-guide | |
| parent | a9f1c46aa4c1c80eb0121c4f88a268c16f2def51 (diff) | |
| download | rust-9b34c5f4ff5da4c929e9bdd7f4861d4a4a06ce45.tar.gz rust-9b34c5f4ff5da4c929e9bdd7f4861d4a4a06ce45.zip | |
Remove some unrelated changes
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/getting-started.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md index a1bf0d50d5d..14795e083af 100644 --- a/src/doc/rustc-dev-guide/src/getting-started.md +++ b/src/doc/rustc-dev-guide/src/getting-started.md @@ -127,13 +127,13 @@ this chapter for more info][config]. In the top level of the repo: -```console +```sh $ x.py setup ``` This will walk you through an interactive setup for x.py that looks like this: -```console +``` $ x.py setup Welcome to the Rust project! What do you want to do with x.py? a) Contribute to the standard library |
