1 2 3 4 5 6 7
#!/usr/bin/env bash set -euo pipefail cd "$(dirname "$0")/.." cargo fmt cargo clippy --all-targets -- -D warnings