From 28d245897d9b9d8a3b01ce59cb6f68c36787d472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr> Date: Wed, 21 Feb 2018 23:13:46 +0000 Subject: [PATCH] remove fmt --- install_rustup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install_rustup.sh b/install_rustup.sh index 5f05e44..68a8f08 100644 --- a/install_rustup.sh +++ b/install_rustup.sh @@ -2,6 +2,3 @@ # Install Rust & Cargo curl -sSf https://static.rust-lang.org/rustup.sh | sh - -# Install fmt -rustup component add rustfmt \ No newline at end of file -- GitLab