#!/usr/bin/env bash
set -eou pipefail

echo '--- Clippy'
cargo clippy --all-targets --all-features -- -D warnings

