scripts: remove auto-rustfmt from pre-commit hook

embed
Manos Pitsidianakis 2018-09-04 15:03:17 +03:00
parent c88ee18dda
commit 1ab7c0ee3b
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 0 additions and 9 deletions

View File

@ -66,15 +66,6 @@ else
printf "${SUCCESS}\n"
fi
printf "${PREFIX} Checking for rustfmt ... "
command -v rustfmt &>/dev/null
if [ $? == 0 ]; then
printf "${SUCCESS}\n"
else
printf "${FAILURE}\n"
exit 1
fi
printf "${PREFIX} Checking for shasum ... "
command -v shasum &>/dev/null
if [ $? == 0 ]; then