#!/bin/sh

set -eux

cargo clippy
cargo clippy --fix -Z unstable-options --allow-dirty --allow-staged
cargo fmt
