doc: --version no longer displays the host triple

This commit is contained in:
Brian Anderson 2014-07-05 17:54:24 -07:00
parent c3ef04be55
commit 7b7d3c2458
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ You should see some output that looks something like this:
```{ignore}
rustc 0.11.0-pre (443a1cd 2014-06-08 14:56:52 -0700)
host: x86_64-unknown-linux-gnu
```
If you did, Rust has been installed successfully! Congrats!