diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-06-27 22:30:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-27 22:30:05 -0700 |
| commit | dc843a8c6d0cc1802b6fd1e804b35f1cef49db46 (patch) | |
| tree | 6abfd5058581ea5ec128f3facf6bc5c0bc4f33e4 | |
| parent | 800d2e3a00de4d8e34371c1c1cb9d86cf7074c40 (diff) | |
| parent | 9308860a7b6dbeda34d2c116fd4109abe9969aca (diff) | |
| download | rust-dc843a8c6d0cc1802b6fd1e804b35f1cef49db46.tar.gz rust-dc843a8c6d0cc1802b6fd1e804b35f1cef49db46.zip | |
Rollup merge of #73797 - atetubou:patch-1, r=jonas-schievink
fix typo in self-profile.md
| -rw-r--r-- | src/doc/unstable-book/src/compiler-flags/self-profile.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/self-profile.md b/src/doc/unstable-book/src/compiler-flags/self-profile.md index 6de1c774f7c..7305141a427 100644 --- a/src/doc/unstable-book/src/compiler-flags/self-profile.md +++ b/src/doc/unstable-book/src/compiler-flags/self-profile.md @@ -13,7 +13,7 @@ For example: First, run a compilation session and provide the `-Zself-profile` flag: ```console -$ rustc --crate-name foo -Zself-profile` +$ rustc --crate-name foo -Zself-profile ``` This will generate three files in the working directory such as: |
