#!/usr/bin/env bash set -e echo 'running rust-fmt' cargo fmt --all -- --check