#!/usr/bin/env bash
#MISE description="Check code formatting with rustfmt"
cargo fmt --all -- --check
