#!/usr/bin/env bash

set -e

cargo fmt --all -- --check
cargo clippy --all-targets --all-features -- -D warnings