about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-07-05 17:54:24 -0700
committerBrian Anderson <banderson@mozilla.com>2014-07-05 17:54:24 -0700
commit7b7d3c245839e5791fa52c8e33bf1aceaa57488f (patch)
tree487f6bea3c501e32148eac46fbcdfb98a161fadd
parentc3ef04be5589901e7f3d9428ebe8f1eb2bdca7e4 (diff)
downloadrust-7b7d3c245839e5791fa52c8e33bf1aceaa57488f.tar.gz
rust-7b7d3c245839e5791fa52c8e33bf1aceaa57488f.zip
doc: --version no longer displays the host triple
-rw-r--r--src/doc/guide.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index ab480745b68..57a6e144c79 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -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!