1 2 3 4 5 6 7 8 9
#!/bin/sh set -feux cd "$(dirname "$0")"/.. || exit 1 cargo clippy -- --deny warnings cargo +nightly fmt --check cargo test