From 7b7d3c245839e5791fa52c8e33bf1aceaa57488f Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 5 Jul 2014 17:54:24 -0700 Subject: [PATCH] doc: --version no longer displays the host triple --- src/doc/guide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index ab480745b689..57a6e144c79a 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!