From b6024fb704bcce39c9e453cf47dc32819de8af11 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Mon, 31 Oct 2016 13:04:16 -0600
Subject: [PATCH] rust nightly instead of just nightly

---
 setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index 9dbc69784..395d2b639 100755
--- a/setup.sh
+++ b/setup.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-echo "Defaulting to nightly"
+echo "Defaulting to rust nightly"
 rustup default nightly
 echo "Downloading rust source"
 rustup component add rust-src
-- 
GitLab