#!/usr/bin/env sh
# Checks Rust formatting using cargo fmt
cd ..
cargo fmt -- --check
