krata/scripts/fix.sh

7 lines
142 B
Bash
Raw Normal View History

#!/bin/sh
set -e
cd "$(dirname "${0}")/.."
cargo clippy --target x86_64-unknown-linux-gnu --fix --allow-dirty --allow-staged
cargo fmt --all