blob: 9e10e88e385f48f55a15d9271455ca986dd513d2 [file] [log] [blame]
set -euxo pipefail
main() {
cargo check --target $TARGET
}
main