#!/usr/bin/env bash

set -e

cargo fmt
cargo clippy --fix --allow-dirty
git commit -a -m "Clip and fmt"
