crossing the streams
at main 7 lines 86 B view raw
1#!/bin/bash 2 3set -euo pipefail 4 5cargo fmt --check 6cargo clippy -- -D warnings 7cargo t