diff options
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-x | ci/install.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/install.sh b/ci/install.sh index ccbe3728..ad62a190 100755 --- a/ci/install.sh +++ b/ci/install.sh @@ -4,8 +4,3 @@ if [ "$CLIPPY" == "true" ]; then rustup component add clippy fi - -# Add rustfmt for format validation -if [ "$RUSTFMT" == "true" ]; then - rustup component add rustfmt -fi |